Skip to content
This repository has been archived by the owner on Oct 18, 2018. It is now read-only.

Commit

Permalink
Removed packages list in NuGetPackageVerifier.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaybhargavb committed Dec 12, 2016
1 parent f66374d commit 12ab744
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions NuGetPackageVerifier.json
@@ -1,15 +1,7 @@
{
"adx": { // Packages written by the ADX team and that ship on NuGet.org
"rules": [
"AdxVerificationCompositeRule"
],
"packages": {
"Microsoft.AspNetCore.WebSockets": { }
}
},
"Default": { // Rules to run for packages not listed in any other set.
"Default": {
"rules": [
"DefaultCompositeRule"
]
}
}
}

0 comments on commit 12ab744

Please sign in to comment.