Removed packages list in NuGetPackageVerifier.json

This commit is contained in:
Ajay Bhargav Baaskaran 2016-12-12 00:40:09 -08:00
parent a12de2cfd9
commit 15d05c2e3d
1 changed files with 1 additions and 15 deletions

View File

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