Removed packages list in NuGetPackageVerifier.json
This commit is contained in:
parent
f09fd291a7
commit
1b3863044d
|
|
@ -1,14 +1,4 @@
|
||||||
{
|
{
|
||||||
"adx": { // Packages written by the ADX team and that ship on NuGet.org
|
|
||||||
"rules": [
|
|
||||||
"AdxVerificationCompositeRule"
|
|
||||||
],
|
|
||||||
"packages": {
|
|
||||||
"Microsoft.AspNetCore.Razor": { },
|
|
||||||
"Microsoft.AspNetCore.Razor.Evolution": { },
|
|
||||||
"Microsoft.AspNetCore.Razor.Runtime": { }
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"adx-nonshipping": { // Packages written by the ADX team but that don't ship on NuGet.org (thus, no need to scan anything in them)
|
"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": [
|
"rules": [
|
||||||
// Don't run any rules for packages the ADX team creates but doesn't ship.
|
// Don't run any rules for packages the ADX team creates but doesn't ship.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue