From 4b60abb4a1c18052185f944506f6970a5016b586 Mon Sep 17 00:00:00 2001 From: Ajay Bhargav Baaskaran Date: Mon, 12 Dec 2016 00:31:15 -0800 Subject: [PATCH] Removed packages list in NuGetPackageVerifier.json --- NuGetPackageVerifier.json | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/NuGetPackageVerifier.json b/NuGetPackageVerifier.json index 7fae550940b..b153ab15150 100644 --- a/NuGetPackageVerifier.json +++ b/NuGetPackageVerifier.json @@ -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" ]