diff --git a/benchmarks/Wolfgang.TryPattern.Benchmarks/Wolfgang.TryPattern.Benchmarks.csproj b/benchmarks/Wolfgang.TryPattern.Benchmarks/Wolfgang.TryPattern.Benchmarks.csproj
index d41901f..b86d1eb 100644
--- a/benchmarks/Wolfgang.TryPattern.Benchmarks/Wolfgang.TryPattern.Benchmarks.csproj
+++ b/benchmarks/Wolfgang.TryPattern.Benchmarks/Wolfgang.TryPattern.Benchmarks.csproj
@@ -5,6 +5,18 @@
net8.0
enable
enable
+
+
+ $(NoWarn);
+ MA0004;
+ VSTHRD200;
+ S6966
+
diff --git a/examples/CSharp.DotNet8.Example/CSharp.DotNet8.Example.csproj b/examples/CSharp.DotNet8.Example/CSharp.DotNet8.Example.csproj
index 8bb7afe..94aa9a3 100644
--- a/examples/CSharp.DotNet8.Example/CSharp.DotNet8.Example.csproj
+++ b/examples/CSharp.DotNet8.Example/CSharp.DotNet8.Example.csproj
@@ -5,6 +5,17 @@
net8.0
enable
enable
+
+
+ $(NoWarn);
+ MA0004;
+ S6966
+