Removed packages list in NuGetPackageVerifier.json

This commit is contained in:
Ajay Bhargav Baaskaran 2016-12-12 00:39:40 -08:00
Родитель 4f9c1b6dd6
Коммит 9c52136f6c
1 изменённых файлов: 1 добавлений и 9 удалений

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

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