Removed packages list in NuGetPackageVerifier.json

This commit is contained in:
Ajay Bhargav Baaskaran 2016-12-12 00:42:29 -08:00
parent 9c90925f81
commit 3a9dff9c1c
1 changed files with 1 additions and 10 deletions

View File

@ -1,14 +1,5 @@
{
"adx": { // Packages written by the ADX team and that ship on NuGet.org
"rules": [
"AdxVerificationCompositeRule"
],
"packages": {
"Microsoft.AspNetCore.Html.Abstractions": { },
"Microsoft.Extensions.WebEncoders": { }
}
},
"Default": { // Rules to run for packages not listed in any other set.
"Default": {
"rules": [
"DefaultCompositeRule"
]