Skip to content
This repository has been archived by the owner on Nov 15, 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 9c90925 commit 3a9dff9
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions NuGetPackageVerifier.json
@@ -1,14 +1,5 @@
{
"adx": { // Packages written by the ADX team and that ship on NuGet.org
"rules": [
"AdxVerificationCompositeRule"
],
"packages": {
"Microsoft.AspNetCore.Html.Abstractions": { },
"Microsoft.Extensions.WebEncoders": { }
}
},
"Default": { // Rules to run for packages not listed in any other set.
"Default": {
"rules": [
"DefaultCompositeRule"
]
Expand Down

0 comments on commit 3a9dff9

Please sign in to comment.