aspnetcore/NuGetPackageVerifier.json

31 lines
1.2 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.Http": { },
"Microsoft.AspNetCore.Http.Abstractions": { },
"Microsoft.AspNetCore.Http.Extensions": { },
"Microsoft.AspNetCore.Http.Features": { },
"Microsoft.AspNetCore.Owin": { },
"Microsoft.AspNetCore.WebUtilities": { },
"Microsoft.Net.Http.Headers": { }
}
},
"Default": { // Rules to run for packages not listed in any other set.
"rules": [
"AssemblyHasDocumentFileRule",
"AssemblyHasVersionAttributesRule",
"AssemblyHasServicingAttributeRule",
"AssemblyHasNeutralResourcesLanguageAttributeRule",
"SatellitePackageRule",
"StrictSemanticVersionValidationRule"
]
}
}