-
-
Notifications
You must be signed in to change notification settings - Fork 123
Expand file tree
/
Copy pathappsettings.json
More file actions
18 lines (18 loc) · 669 Bytes
/
appsettings.json
File metadata and controls
18 lines (18 loc) · 669 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"NugetPackageSources": [
{
"DomainUrl": "https://www.nuget.org",
"DisplayName": "Nuget Gallery",
"DisplayUrl": "nuget.org",
"PackageDetailsUrlFormat": "https://www.nuget.org/packages/{0}/{1}",
"QueryUrlFormat": "https://azuresearch-usnc.nuget.org/query?prerelease=true&semVerLevel=2.0.0&q={0}",
"VersionsUrlFormat": "https://api.nuget.org/v3/registration5-gz-semver2/{0}/index.json",
"DownloadUrlFormat": "https://www.nuget.org/api/v2/package/{0}/{1}"
}],
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Warning"
}
}
}