Removed packages list in NuGetPackageVerifier.json
This commit is contained in:
parent
0da2a64509
commit
ec2c38f6c1
|
|
@ -1,16 +1,7 @@
|
||||||
{
|
{
|
||||||
"adx": { // Packages written by the ADX team and that ship on NuGet.org
|
"Default": {
|
||||||
"rules": [
|
"rules": [
|
||||||
"AdxVerificationCompositeRule"
|
"DefaultCompositeRule"
|
||||||
],
|
]
|
||||||
"packages": {
|
|
||||||
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design": {},
|
|
||||||
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools": {}
|
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"Default": { // Rules to run for packages not listed in any other set.
|
|
||||||
"rules": [
|
|
||||||
"DefaultCompositeRule"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue