aspnetcore/NuGetPackageVerifier.json

22 lines
780 B
JSON

{
"adx": { // Packages written by the ADX team and that ship on NuGet.org
"rules": [
"AdxVerificationCompositeRule"
],
"packages": {
"Microsoft.AspNetCore.AzureAppServicesIntegration": { },
"Microsoft.AspNetCore.AzureAppServices.SiteExtension": {
"Exclusions": {
"THIRDPARTY_DEPENDENCY_NOT_REGISTERED": {
"Microsoft.AspNetCore.AzureAppServices.SiteExtension; .NETFramework,Version=v4.5.1": "Microsoft.Web.Xdt.Extensions is locally developed and bundled into this package."
}
}
}
}
},
"Default": { // Rules to run for packages not listed in any other set.
"rules": [
"DefaultCompositeRule"
]
}
}