Removed packages list in NuGetPackageVerifier.json
This commit is contained in:
parent
b34d459d20
commit
2a69f3688a
|
|
@ -1,13 +1,5 @@
|
||||||
{
|
{
|
||||||
"adx": { // Packages written by the ADX team and that ship on NuGet.org
|
"Default": {
|
||||||
"rules": [
|
|
||||||
"AdxVerificationCompositeRule"
|
|
||||||
],
|
|
||||||
"packages": {
|
|
||||||
"Microsoft.AspNetCore.Cors": { }
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Default": { // Rules to run for packages not listed in any other set.
|
|
||||||
"rules": [
|
"rules": [
|
||||||
"DefaultCompositeRule"
|
"DefaultCompositeRule"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue