From a5012eda02e1e40af600efda965dcfaef2864f8d Mon Sep 17 00:00:00 2001 From: Alan Rynne Date: Thu, 29 Aug 2024 14:24:00 +0200 Subject: [PATCH] chore: Silence SDK1206 warnings for now (#207) * chore: Silence SDK1206 warnings for now * fix: Do not include sha in product info version --- Directory.Build.props | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Directory.Build.props b/Directory.Build.props index 2d317b677..858928479 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -9,6 +9,7 @@ true true true + false @@ -31,6 +32,8 @@ CA1848;CA2254;CA1727; CA1815;CA1725; + + NETSDK1206; $(NoWarn) @@ -52,6 +55,7 @@ complexity threshold --> true + true $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb