Removed packages list in NuGetPackageVerifier.json

This commit is contained in:
Ajay Bhargav Baaskaran 2016-12-12 00:40:42 -08:00
parent f66374d274
commit 12ab74493d
1 changed files with 2 additions and 10 deletions

View File

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