diff --git a/Directory.Build.props b/Directory.Build.props
index 9c755b442..734ba131f 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -17,7 +17,7 @@
latest
true
en
- 1591,NU1507
+ CS1591
enable
../resources/ASF.ico
Apache-2.0
@@ -33,6 +33,11 @@
true
+
+
+ $(NoWarn),CA1863
+
+
$(DefineConstants);ASF_VARIANT_$(ASFVariant.Replace('-', '_').ToUpperInvariant())
@@ -50,7 +55,7 @@
none
true
- CA1863,CS8002,IL2026,IL2104,NU1901,NU1902,NU1903,NU1904
+ CS8002,IL2026,IL2104,NU1901,NU1902,NU1903,NU1904