From 1b8d501a9ebd17811f1a60cc89a2cf091766a5f3 Mon Sep 17 00:00:00 2001 From: Ajay Bhargav Baaskaran Date: Mon, 12 Dec 2016 00:32:52 -0800 Subject: [PATCH] Removed packages list in NuGetPackageVerifier.json --- NuGetPackageVerifier.json | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/NuGetPackageVerifier.json b/NuGetPackageVerifier.json index 21c36d6f60..b153ab1515 100644 --- a/NuGetPackageVerifier.json +++ b/NuGetPackageVerifier.json @@ -1,28 +1,7 @@ { - "adx": { // Packages written by the ADX team and that ship on NuGet.org - "rules": [ - "AdxVerificationCompositeRule" - ], - "packages": { - "Microsoft.AspNetCore.Mvc": { }, - "Microsoft.AspNetCore.Mvc.Abstractions": { }, - "Microsoft.AspNetCore.Mvc.ApiExplorer": { }, - "Microsoft.AspNetCore.Mvc.Core": { }, - "Microsoft.AspNetCore.Mvc.Cors": { }, - "Microsoft.AspNetCore.Mvc.DataAnnotations": { }, - "Microsoft.AspNetCore.Mvc.Formatters.Json": { }, - "Microsoft.AspNetCore.Mvc.Formatters.Xml": { }, - "Microsoft.AspNetCore.Mvc.Localization": { }, - "Microsoft.AspNetCore.Mvc.Razor": { }, - "Microsoft.AspNetCore.Mvc.Razor.Host": { }, - "Microsoft.AspNetCore.Mvc.TagHelpers": { }, - "Microsoft.AspNetCore.Mvc.ViewFeatures": { }, - "Microsoft.AspNetCore.Mvc.WebApiCompatShim": { } - } - }, - "Default": { // Rules to run for packages not listed in any other set. + "Default": { "rules": [ "DefaultCompositeRule" ] } -} +} \ No newline at end of file