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

Commit c185191

Browse files
committed
Removed packages list in NuGetPackageVerifier.json
1 parent a0d34d6 commit c185191

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

NuGetPackageVerifier.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +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.StaticFiles": { }
8-
}
9-
},
10-
"Default": { // Rules to run for packages not listed in any other set.
2+
"Default": {
113
"rules": [
124
"DefaultCompositeRule"
135
]

0 commit comments

Comments
 (0)