aspnetcore/NuGetPackageVerifier.json

30 lines
1.1 KiB
JSON

{
"adx": {
"rules": [
"DefaultCompositeRule"
],
"packages": {
"Microsoft.VisualStudio.LanguageServices.Razor": {
"Exclusions": {
"WRONG_THIRDPARTY_DEPENDENCY_VERSION": {
"Microsoft.VisualStudio.LanguageServices.Razor; .NETFramework,Version=v4.6": "This package intentionally depends on version 9.0.1 of Newtonsoft.Json because of the dependency on Visual Studio."
}
}
}
}
},
"adx-nonshipping": { // Packages written by the ADX team but that don't ship on NuGet.org (thus, no need to scan anything in them)
"rules": [
// Don't run any rules for packages the ADX team creates but doesn't ship.
],
"packages": {
"Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources": { },
"RazorPageGenerator": { }
}
},
"Default": { // Rules to run for packages not listed in any other set.
"rules": [
"DefaultCompositeRule"
]
}
}