From 207bdec61c2ce51b25509363831e57c82372c264 Mon Sep 17 00:00:00 2001 From: Mike Lorbetske Date: Tue, 28 Aug 2018 15:27:21 -0700 Subject: [PATCH] Fix NuGetPackageVerifier.json --- NuGetPackageVerifier.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NuGetPackageVerifier.json b/NuGetPackageVerifier.json index eed02c9d95..6ea6e98cc5 100644 --- a/NuGetPackageVerifier.json +++ b/NuGetPackageVerifier.json @@ -30,11 +30,11 @@ ], "Exclusions": { "ASSEMBLY_DESCRIPTION": { - "tools/netcoreapp2.1/any/System.Net.Http.Formatting.dll": "Referenced assembly, not built as part of this process" + "tools/netcoreapp3.0/any/System.Net.Http.Formatting.dll": "Referenced assembly, not built as part of this process" }, "VERSION_INFORMATIONALVERSION": { - "tools/netcoreapp2.1/any/Newtonsoft.Json.dll": "Referenced assembly, not built as part of this process", - "tools/netcoreapp2.1/any/Newtonsoft.Json.Bson.dll": "Referenced assembly, not built as part of this process" + "tools/netcoreapp3.0/any/Newtonsoft.Json.dll": "Referenced assembly, not built as part of this process", + "tools/netcoreapp3.0/any/Newtonsoft.Json.Bson.dll": "Referenced assembly, not built as part of this process" } } },