1
+ {
2
+ "adx" : { // Packages written by the ADX team and that ship on NuGet.org
3
+ "rules" : [
4
+ " AssemblyHasDocumentFileRule" ,
5
+ " AssemblyHasVersionAttributesRule" ,
6
+ " AssemblyHasServicingAttributeRule" ,
7
+ " AssemblyHasNeutralResourcesLanguageAttributeRule" ,
8
+ " SatellitePackageRule" ,
9
+ " StrictSemanticVersionValidationRule"
10
+ ],
11
+ "packages" : {
12
+ "Microsoft.AspNet.Html.Abstractions" : { },
13
+ "Microsoft.AspNet.Http" : { },
14
+ "Microsoft.AspNet.Http.Abstractions" : { },
15
+ "Microsoft.AspNet.Http.Extensions" : { },
16
+ "Microsoft.AspNet.Http.Features" : { },
17
+ "Microsoft.AspNet.Owin" : { },
18
+ "Microsoft.AspNet.WebUtilities" : { },
19
+ "Microsoft.Framework.WebEncoders" : { },
20
+ "Microsoft.Framework.WebEncoders.Core" : { },
21
+ "Microsoft.Net.Http.Headers" : { }
22
+ }
23
+ },
24
+ "Default" : { // Rules to run for packages not listed in any other set.
25
+ "rules" : [
26
+ " AssemblyHasDocumentFileRule" ,
27
+ " AssemblyHasVersionAttributesRule" ,
28
+ " AssemblyHasServicingAttributeRule" ,
29
+ " AssemblyHasNeutralResourcesLanguageAttributeRule" ,
30
+ " SatellitePackageRule" ,
31
+ " StrictSemanticVersionValidationRule"
32
+ ]
33
+ }
34
+ }
0 commit comments