Skip to content
This repository has been archived by the owner on Dec 14, 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 8236675 commit aa1efff
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions NuGetPackageVerifier.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
{
"adx": { // Packages written by the ADX team and that ship on NuGet.org
"rules": [
"AdxVerificationCompositeRule"
],
"packages": {
"Microsoft.Extensions.Caching.Abstractions": { },
"Microsoft.Extensions.Caching.Memory": { },
"Microsoft.Extensions.Caching.Redis": { },
"Microsoft.Extensions.Caching.SqlServer": { }
}
},
"Default": { // Rules to run for packages not listed in any other set.
"Default": {
"rules": [
"DefaultCompositeRule"
]
Expand Down

0 comments on commit aa1efff

Please sign in to comment.