forked from aspnet/Logging
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNuGetPackageVerifier.json
More file actions
23 lines (23 loc) · 851 Bytes
/
NuGetPackageVerifier.json
File metadata and controls
23 lines (23 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"adx": { // Packages written by the ADX team and that ship on NuGet.org
"rules": [
"AdxVerificationCompositeRule"
],
"packages": {
"Microsoft.Extensions.Logging": { },
"Microsoft.Extensions.Logging.Abstractions": { },
"Microsoft.Extensions.Logging.Console": { },
"Microsoft.Extensions.Logging.Debug": { },
"Microsoft.Extensions.Logging.EventLog": { },
"Microsoft.Extensions.Logging.EventSource": { },
"Microsoft.Extensions.Logging.Filter": { },
"Microsoft.Extensions.Logging.Testing": { },
"Microsoft.Extensions.Logging.TraceSource": { }
}
},
"Default": { // Rules to run for packages not listed in any other set.
"rules": [
"DefaultCompositeRule"
]
}
}