forked from aspnet/Razor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNuGetPackageVerifier.json
30 lines (30 loc) · 1.07 KB
/
NuGetPackageVerifier.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"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"
]
}
}