Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Commit a8a24ee

Browse files
committed
Enabling NuGetPackageVerifier
1 parent db770e3 commit a8a24ee

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

NuGetPackageVerifier.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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.Framework.Caching.Abstractions": { },
13+
"Microsoft.Framework.Caching.Memory": { },
14+
"Microsoft.Framework.Caching.Redis": { },
15+
"Microsoft.Framework.Caching.SqlConfig": { },
16+
"Microsoft.Framework.Caching.SqlServer": { }
17+
}
18+
},
19+
"Default": { // Rules to run for packages not listed in any other set.
20+
"rules": [
21+
"AssemblyHasDocumentFileRule",
22+
"AssemblyHasVersionAttributesRule",
23+
"AssemblyHasServicingAttributeRule",
24+
"AssemblyHasNeutralResourcesLanguageAttributeRule",
25+
"SatellitePackageRule",
26+
"StrictSemanticVersionValidationRule"
27+
]
28+
}
29+
}

0 commit comments

Comments
 (0)