From b242704bda1dbef522d6be69f7b1d4b2aa2b258e Mon Sep 17 00:00:00 2001 From: Mike Lorbetske Date: Sun, 5 Aug 2018 13:55:29 -0700 Subject: [PATCH] Remove unnecessary exclusions from NuGetPackageVerifier.json --- NuGetPackageVerifier.json | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/NuGetPackageVerifier.json b/NuGetPackageVerifier.json index 4167e36811..fb43448889 100644 --- a/NuGetPackageVerifier.json +++ b/NuGetPackageVerifier.json @@ -24,33 +24,12 @@ "DotnetTool" ] }, - "dotnet-httprepl": { - "packageTypes": [ - "DotnetTool" - ], - "Exclusions": { - "ASSEMBLY_DESCRIPTION": { - "tools/netcoreapp2.2/any/System.Net.Http.Formatting.dll": "Referenced assembly, not built as part of this process" - }, - "VERSION_INFORMATIONALVERSION": { - "tools/netcoreapp2.2/any/Newtonsoft.Json.dll": "Referenced assembly, not built as part of this process", - "tools/netcoreapp2.2/any/Newtonsoft.Json.Bson.dll": "Referenced assembly, not built as part of this process" - } - } - }, "Microsoft.AspNetCore.DeveloperCertificates.XPlat": { "Exclusions": { "DOC_MISSING": { "lib/netcoreapp2.2/Microsoft.AspNetCore.DeveloperCertificates.XPlat.dll": "Docs not required to shipoob package" } } - }, - "Microsoft.Repl": { - "Exclusions": { - "DOC_MISSING": { - "lib/netcoreapp2.2/Microsoft.Repl.dll": "Docs not required to shipoob package" - } - } } } },