Skip to content

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 fa21066 commit 4b60abb
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions NuGetPackageVerifier.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,5 @@
{
"adx": { // Packages written by the ADX team and that ship on NuGet.org
"rules": [
"AdxVerificationCompositeRule"
],
"packages": {
"Microsoft.EntityFrameworkCore": { },
"Microsoft.EntityFrameworkCore.Design": { },
"Microsoft.EntityFrameworkCore.Specification.Tests": { },
"Microsoft.EntityFrameworkCore.InMemory": { },
"Microsoft.EntityFrameworkCore.SqlServer": { },
"Microsoft.EntityFrameworkCore.SqlServer.Design": { },
"Microsoft.EntityFrameworkCore.Relational": { },
"Microsoft.EntityFrameworkCore.Relational.Design": { },
"Microsoft.EntityFrameworkCore.Relational.Specification.Tests": { },
"Microsoft.EntityFrameworkCore.Relational.Design.Specification.Tests": { },
"Microsoft.EntityFrameworkCore.Sqlite": { },
"Microsoft.EntityFrameworkCore.Sqlite.Design": { },
}
},
"Default": { // Rules to run for packages not listed in any other set.
"Default": {
"rules": [
"DefaultCompositeRule"
]
Expand Down

0 comments on commit 4b60abb

Please sign in to comment.