aspnetcore/NuGetPackageVerifier.json

36 lines
1.3 KiB
JSON

{
"adx": { // Packages written by the ADX team and that ship on NuGet.org
"rules": [
"AssemblyHasDocumentFileRule",
"AssemblyHasVersionAttributesRule",
"AssemblyHasServicingAttributeRule",
"AssemblyHasNeutralResourcesLanguageAttributeRule",
"SatellitePackageRule",
"StrictSemanticVersionValidationRule"
],
"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": [
"AssemblyHasDocumentFileRule",
"AssemblyHasVersionAttributesRule",
"AssemblyHasServicingAttributeRule",
"AssemblyHasNeutralResourcesLanguageAttributeRule",
"SatellitePackageRule",
"StrictSemanticVersionValidationRule"
]
}
}