forked from aspnet/Mvc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NuGetPackageVerifier.json
28 lines (28 loc) · 1.09 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
{
"adx": { // Packages written by the ADX team and that ship on NuGet.org
"rules": [
"AdxVerificationCompositeRule"
],
"packages": {
"Microsoft.AspNetCore.Mvc": { },
"Microsoft.AspNetCore.Mvc.Abstractions": { },
"Microsoft.AspNetCore.Mvc.ApiExplorer": { },
"Microsoft.AspNetCore.Mvc.Core": { },
"Microsoft.AspNetCore.Mvc.Cors": { },
"Microsoft.AspNetCore.Mvc.DataAnnotations": { },
"Microsoft.AspNetCore.Mvc.Formatters.Json": { },
"Microsoft.AspNetCore.Mvc.Formatters.Xml": { },
"Microsoft.AspNetCore.Mvc.Localization": { },
"Microsoft.AspNetCore.Mvc.Razor": { },
"Microsoft.AspNetCore.Mvc.Razor.Host": { },
"Microsoft.AspNetCore.Mvc.TagHelpers": { },
"Microsoft.AspNetCore.Mvc.ViewFeatures": { },
"Microsoft.AspNetCore.Mvc.WebApiCompatShim": { }
}
},
"Default": { // Rules to run for packages not listed in any other set.
"rules": [
"DefaultCompositeRule"
]
}
}