Removed packages list in NuGetPackageVerifier.json
This commit is contained in:
parent
86516cba8d
commit
73a0401362
|
|
@ -1,18 +1,5 @@
|
|||
{
|
||||
"adx": { // Packages written by the ADX team and that ship on NuGet.org
|
||||
"rules": [
|
||||
"AdxVerificationCompositeRule"
|
||||
],
|
||||
"packages": {
|
||||
"Microsoft.AspNetCore.Hosting": { },
|
||||
"Microsoft.AspNetCore.Hosting.Abstractions": { },
|
||||
"Microsoft.AspNetCore.Hosting.Server.Abstractions": { },
|
||||
"Microsoft.AspNetCore.Hosting.WindowsServices": { },
|
||||
"Microsoft.AspNetCore.Server.IntegrationTesting": { },
|
||||
"Microsoft.AspNetCore.TestHost": { }
|
||||
}
|
||||
},
|
||||
"Default": { // Rules to run for packages not listed in any other set.
|
||||
"Default": {
|
||||
"rules": [
|
||||
"DefaultCompositeRule"
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue