From 355769c77a7354259aeeb334fc52f243fcec442c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rald=20Barr=C3=A9?= Date: Mon, 15 Jul 2024 13:24:22 -0400 Subject: [PATCH] Add conditions --- src/build/Workleap.DotNet.CodingStandards.props | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/build/Workleap.DotNet.CodingStandards.props b/src/build/Workleap.DotNet.CodingStandards.props index 2fc2000..d5cbe4a 100644 --- a/src/build/Workleap.DotNet.CodingStandards.props +++ b/src/build/Workleap.DotNet.CodingStandards.props @@ -33,16 +33,18 @@ - true + true - all + all - low + low + + true - + (WarningsAsErrors);NU1900;NU1901;NU1902;NU1903;NU1904