From 300d5c8cc614dce01f63f86bfafa49cb89cfefd2 Mon Sep 17 00:00:00 2001 From: Dan Siegel Date: Mon, 23 Sep 2024 19:42:50 -0600 Subject: [PATCH] chore: disable NuGet warning --- Directory.Build.props | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index e0aa48b..96b62c8 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -3,6 +3,7 @@ enable enable true + $(NoWarn);NU1507 @@ -30,4 +31,4 @@ - \ No newline at end of file +