From d82d0a6e22627e5f6806a5b6b849fe5c03bc757b Mon Sep 17 00:00:00 2001 From: Jan-Marius Vatle <48485965+janmarius@users.noreply.github.com> Date: Fri, 5 Apr 2024 10:25:03 +0200 Subject: [PATCH] FIX-2341 Add NoWarn for NuGet warning NU1507 (#2342) --- Src/Witsml/Witsml.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/Src/Witsml/Witsml.csproj b/Src/Witsml/Witsml.csproj index caa126dba..48eed800b 100644 --- a/Src/Witsml/Witsml.csproj +++ b/Src/Witsml/Witsml.csproj @@ -3,6 +3,7 @@ latestMajor net8.0 + $(NoWarn);NU1507