From 38206565b9ffcf1312f15541a68e0040ac9d4e69 Mon Sep 17 00:00:00 2001 From: webwarrior Date: Thu, 18 Jan 2024 10:52:24 +0100 Subject: [PATCH] WIP: do not silence NU1605 warning It was needed for build to succeed, but is not needed now. --- Directory.Build.props | 1 - 1 file changed, 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index d40156e2b..9cb4e26fd 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -6,6 +6,5 @@ true true embedded - $(NoWarn);NU1605