Removed packages list in NuGetPackageVerifier.json

This commit is contained in:
Ajay Bhargav Baaskaran 2016-12-12 00:54:43 -08:00
parent a7980fceae
commit 54297fb7fb
1 changed files with 1 additions and 20 deletions

View File

@ -1,18 +1,4 @@
{ {
"adx": { // Packages written by the ADX team and that ship on NuGet.org
"rules": [
"AssemblyHasDocumentFileRule",
"AssemblyHasVersionAttributesRule",
"AssemblyHasServicingAttributeRule",
"AssemblyHasNeutralResourcesLanguageAttributeRule",
"SatellitePackageRule",
"StrictSemanticVersionValidationRule"
],
"packages": {
"Microsoft.AspNetCore.Routing.Abstractions": { },
"Microsoft.AspNetCore.Routing": { }
}
},
"adx-nonshipping": { "adx-nonshipping": {
"rules": [], "rules": [],
"packages": { "packages": {
@ -21,12 +7,7 @@
}, },
"Default": { // Rules to run for packages not listed in any other set. "Default": { // Rules to run for packages not listed in any other set.
"rules": [ "rules": [
"AssemblyHasDocumentFileRule", "DefaultCompositeRule"
"AssemblyHasVersionAttributesRule",
"AssemblyHasServicingAttributeRule",
"AssemblyHasNeutralResourcesLanguageAttributeRule",
"SatellitePackageRule",
"StrictSemanticVersionValidationRule"
] ]
} }
} }