aspnetcore/NuGetPackageVerifier.json

35 lines
1.5 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.Authentication": { },
"Microsoft.AspNetCore.Authentication.Cookies": { },
"Microsoft.AspNetCore.Authentication.Facebook": { },
"Microsoft.AspNetCore.Authentication.Google": { },
"Microsoft.AspNetCore.Authentication.JwtBearer": { },
"Microsoft.AspNetCore.Authentication.MicrosoftAccount": { },
"Microsoft.AspNetCore.Authentication.OAuth": { },
"Microsoft.AspNetCore.Authentication.OpenIdConnect": { },
"Microsoft.AspNetCore.Authentication.Twitter": { },
"Microsoft.AspNetCore.Authorization": { },
"Microsoft.AspNetCore.CookiePolicy": { }
}
},
"Default": { // Rules to run for packages not listed in any other set.
"rules": [
"AssemblyHasDocumentFileRule",
"AssemblyHasVersionAttributesRule",
"AssemblyHasServicingAttributeRule",
"AssemblyHasNeutralResourcesLanguageAttributeRule",
"SatellitePackageRule",
"StrictSemanticVersionValidationRule"
]
}
}