forked from aspnet/Mvc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NuGetPackageVerifier.json
39 lines (39 loc) · 1.6 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
31
32
33
34
35
36
37
38
39
{
"adx": { // Packages written by the ADX team and that ship on NuGet.org
"rules": [
"AssemblyHasDocumentFileRule",
"AssemblyHasVersionAttributesRule",
"AssemblyHasServicingAttributeRule",
"AssemblyHasNeutralResourcesLanguageAttributeRule",
"SatellitePackageRule",
"StrictSemanticVersionValidationRule"
],
"packages": {
"Microsoft.AspNet.Mvc": { },
"Microsoft.AspNet.Mvc.Abstractions": { },
"Microsoft.AspNet.Mvc.ApiExplorer": { },
"Microsoft.AspNet.Mvc.Core": { },
"Microsoft.AspNet.Mvc.Cors": { },
"Microsoft.AspNet.Mvc.DataAnnotations": { },
"Microsoft.AspNet.Mvc.Formatters.Json": { },
"Microsoft.AspNet.Mvc.Formatters.Xml": { },
"Microsoft.AspNet.Mvc.Localization": { },
"Microsoft.AspNet.Mvc.Razor": { },
"Microsoft.AspNet.Mvc.Razor.Host": { },
"Microsoft.AspNet.Mvc.TagHelpers": { },
"Microsoft.AspNet.Mvc.ViewFeatures": { },
"Microsoft.AspNet.Mvc.WebApiCompatShim": { },
"Microsoft.AspNet.PageExecutionInstrumentation.Interfaces": { }
}
},
"Default": { // Rules to run for packages not listed in any other set.
"rules": [
"AssemblyHasDocumentFileRule",
"AssemblyHasVersionAttributesRule",
"AssemblyHasServicingAttributeRule",
"AssemblyHasNeutralResourcesLanguageAttributeRule",
"SatellitePackageRule",
"StrictSemanticVersionValidationRule"
]
}
}