aspnetcore/NuGetPackageVerifier.json

26 lines
872 B
JSON

{
"adx": { // Packages written by the ADX team and that ship on NuGet.org
"rules": [
"AdxVerificationCompositeRule"
],
"packages": {
"Microsoft.AspNetCore.Cryptography.Internal": { },
"Microsoft.AspNetCore.Cryptography.KeyDerivation": { },
"Microsoft.AspNetCore.DataProtection": { },
"Microsoft.AspNetCore.DataProtection.Abstractions": { },
"Microsoft.AspNetCore.DataProtection.Extensions": { },
"Microsoft.AspNetCore.DataProtection.SystemWeb": { }
}
},
"adx-nonshipping": {
"rules": [],
"packages": {
"Microsoft.AspNetCore.DataProtection.Sources": { }
}
},
"Default": { // Rules to run for packages not listed in any other set.
"rules": [
"DefaultCompositeRule"
]
}
}