From 1cbeebbc06c7df2e9e795803bf98f592ad853ea4 Mon Sep 17 00:00:00 2001 From: Matt DeKrey Date: Mon, 3 Jun 2024 08:45:40 -0500 Subject: [PATCH] Suppress warnings due to VS SDK version --- eng/AutoCodeFormat.targets | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eng/AutoCodeFormat.targets b/eng/AutoCodeFormat.targets index dfc60bf..9c7608a 100644 --- a/eng/AutoCodeFormat.targets +++ b/eng/AutoCodeFormat.targets @@ -18,6 +18,10 @@ CA1311 - specify a culture or use invariant --> $(NoWarn),CA1304,CA1305,CA1310,CA1311 + + $(NoWarn),CS9057