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

Commit ace3ae7

Browse files
committed
Add nuget verification
1 parent 3be0382 commit ace3ae7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

NuGetPackageVerifier.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"adx": { // Packages written by the ADX team and that ship on NuGet.org
3+
"rules": [
4+
"AdxVerificationCompositeRule"
5+
],
6+
"packages": {
7+
"Microsoft.AspNetCore.ResponseCaching": { },
8+
}
9+
},
10+
"Default": { // Rules to run for packages not listed in any other set.
11+
"rules": [
12+
"DefaultCompositeRule"
13+
]
14+
}
15+
}

0 commit comments

Comments
 (0)