Removed packages list in NuGetPackageVerifier.json

This commit is contained in:
Ajay Bhargav Baaskaran 2016-12-12 00:40:00 -08:00
parent 0da2a64509
commit ec2c38f6c1
1 changed files with 5 additions and 14 deletions

View File

@ -1,16 +1,7 @@
{
"adx": { // Packages written by the ADX team and that ship on NuGet.org
"rules": [
"AdxVerificationCompositeRule"
],
"packages": {
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design": {},
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools": {}
"Default": {
"rules": [
"DefaultCompositeRule"
]
}
},
"Default": { // Rules to run for packages not listed in any other set.
"rules": [
"DefaultCompositeRule"
]
}
}
}