diff --git a/NuGetPackageVerifier.json b/NuGetPackageVerifier.json index 9b4aae6984..b153ab1515 100644 --- a/NuGetPackageVerifier.json +++ b/NuGetPackageVerifier.json @@ -1,19 +1,5 @@ { - "adx": { // Packages written by the ADX team and that ship on NuGet.org - "rules": [ - "AdxVerificationCompositeRule" - ], - "packages": { - "Microsoft.AspNetCore.Http": { }, - "Microsoft.AspNetCore.Http.Abstractions": { }, - "Microsoft.AspNetCore.Http.Extensions": { }, - "Microsoft.AspNetCore.Http.Features": { }, - "Microsoft.AspNetCore.Owin": { }, - "Microsoft.AspNetCore.WebUtilities": { }, - "Microsoft.Net.Http.Headers": { } - } - }, - "Default": { // Rules to run for packages not listed in any other set. + "Default": { "rules": [ "DefaultCompositeRule" ]