Removed packages list in NuGetPackageVerifier.json

This commit is contained in:
Ajay Bhargav Baaskaran 2016-12-12 00:32:52 -08:00
parent cfa9631ce8
commit 1b8d501a9e
1 changed files with 2 additions and 23 deletions

View File

@ -1,28 +1,7 @@
{
"adx": { // Packages written by the ADX team and that ship on NuGet.org
"rules": [
"AdxVerificationCompositeRule"
],
"packages": {
"Microsoft.AspNetCore.Mvc": { },
"Microsoft.AspNetCore.Mvc.Abstractions": { },
"Microsoft.AspNetCore.Mvc.ApiExplorer": { },
"Microsoft.AspNetCore.Mvc.Core": { },
"Microsoft.AspNetCore.Mvc.Cors": { },
"Microsoft.AspNetCore.Mvc.DataAnnotations": { },
"Microsoft.AspNetCore.Mvc.Formatters.Json": { },
"Microsoft.AspNetCore.Mvc.Formatters.Xml": { },
"Microsoft.AspNetCore.Mvc.Localization": { },
"Microsoft.AspNetCore.Mvc.Razor": { },
"Microsoft.AspNetCore.Mvc.Razor.Host": { },
"Microsoft.AspNetCore.Mvc.TagHelpers": { },
"Microsoft.AspNetCore.Mvc.ViewFeatures": { },
"Microsoft.AspNetCore.Mvc.WebApiCompatShim": { }
}
},
"Default": { // Rules to run for packages not listed in any other set.
"Default": {
"rules": [
"DefaultCompositeRule"
]
}
}
}