Removed packages list in NuGetPackageVerifier.json

This commit is contained in:
Ajay Bhargav Baaskaran 2016-12-12 00:41:24 -08:00
Родитель 515b5f6803
Коммит 46adbc3e8f
1 изменённых файлов: 1 добавлений и 12 удалений

Просмотреть файл

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