Skip to content
This repository was archived by the owner on Mar 19, 2019. It is now read-only.

Commit 3489cf8

Browse files
committed
Removed packages list in NuGetPackageVerifier.json
1 parent b91b987 commit 3489cf8

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.Server.WebListener": { },
8-
"Microsoft.Net.Http.Server": { }
9-
}
10-
},
11-
"Default": { // Ru les to run for packages not listed in any other set.
2+
"Default": {
123
"rules": [
134
"DefaultCompositeRule"
145
]

0 commit comments

Comments
 (0)