-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathappsettings.json
More file actions
78 lines (78 loc) · 2.33 KB
/
appsettings.json
File metadata and controls
78 lines (78 loc) · 2.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"$schema": "https://raw.githubusercontent.com/max-ieremenko/ThirdPartyLibraries/refs/heads/master/Docs/schema.appsettings.json",
"nuget.org": {
"allowToUseLocalCache": true,
"downloadPackageIntoRepository": false,
"ignorePackages": {
"byName": [],
"byProjectName": []
},
"internalPackages": {
"byName": [ "StyleCop\\.Analyzers" ],
"byProjectName": [ "\\.Test*" ]
}
},
"npmjs.com": {
"downloadPackageIntoRepository": false,
"ignorePackages": {
"byName": [ "Abc.*" ],
"byFolderName": [ "\\.Demo$" ]
}
},
"github.com": {
"personalAccessToken": ""
},
"staticLicenseUrls": {
"byCode": [
{
"code": "ms-net-library",
"fullName": "MICROSOFT .NET LIBRARY",
"downloadUrl": "https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm"
},
{
"code": "ms-clr-types-sql-server-2012",
"fullName": "MICROSOFT SYSTEM CLR TYPES FOR MICROSOFT SQL SERVER 2012",
"downloadUrl": "https://www.microsoft.com/web/webpi/eula/Microsoft_SQL_Server_2012_Microsoft_CLR_ENG.htm"
}
],
"byUrl": [
{
"code": "MIT",
"urls": [ "https://github.com/dotnet/corefx/blob/master/LICENSE.TXT" ]
},
{
"code": "Apache-2.0",
"urls": [
"http://www.apache.org/licenses/LICENSE-2.0",
"http://www.apache.org/licenses/LICENSE-2.0.html",
"http://www.apache.org/licenses/LICENSE-2.0.txt"
]
},
{
"code": "ms-clr-types-sql-server-2012",
"urls": [
"https://www.microsoft.com/web/webpi/eula/SysClrTypes_SQLServer.htm",
"https://www.microsoft.com/web/webpi/eula/Microsoft_SQL_Server_2012_Microsoft_CLR_ENG.htm",
"http://go.microsoft.com/fwlink/?LinkId=331280"
]
},
{
"code": "ms-net-library",
"urls": [
"https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm",
"https://www.microsoft.com/en-us/web/webpi/eula/net_library_eula_ENU.htm",
"http://go.microsoft.com/fwlink/?LinkId=329770",
"http://go.microsoft.com/fwlink/?LinkId=529443"
]
}
]
},
"repository": {
"remarks.md": {
"keepEmptyFile": false
},
"third-party-notices.txt": {
"keepEmptyFile": "IfRequiredByLicense"
}
}
}