Skip to content

Commit d82bc7c

Browse files
committed
Enabling NuGetPackageVerifier
1 parent 551da3e commit d82bc7c

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

NuGetPackageVerifier.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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

Comments
 (0)