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

Commit 184c0f3

Browse files
committed
Removed packages list in NuGetPackageVerifier.json
1 parent e01431f commit 184c0f3

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

NuGetPackageVerifier.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
{
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-
"Microsoft.AspNetCore.ResponseCaching.Abstractions": { },
9-
}
10-
},
11-
"Default": { // Rules to run for packages not listed in any other set.
2+
"Default": {
123
"rules": [
134
"DefaultCompositeRule"
145
]

0 commit comments

Comments
 (0)