Removed packages list in NuGetPackageVerifier.json

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

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

@ -1,13 +1,4 @@
{
"adx": { // Packages written by the ADX team and that ship on NuGet.org
"rules": [
"AdxVerificationCompositeRule"
],
"packages": {
"Microsoft.AspNetCore.Razor.Tools": { },
"Microsoft.AspNetCore.Razor.Design": { }
}
},
"adx-nonshipping": { // Packages written by the ADX team but that don't ship on NuGet.org (thus, no need to scan anything in them)
"rules": [
// Don't run any rules for packages the ADX team creates but doesn't ship.