Removed packages list in NuGetPackageVerifier.json

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

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

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