Skip to content

Commit dd7a9b7

Browse files
authored
Treat warnings not as errors in manual test project (#2435)
* Treat all vulnerability severity levels not as errors. * Disable treat warnings as errors for manual test project.
1 parent 967a975 commit dd7a9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/BenchmarkDotNet.IntegrationTests.ManualRunning.MultipleFrameworks/BenchmarkDotNet.IntegrationTests.ManualRunning.MultipleFrameworks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<AssemblyTitle>BenchmarkDotNet.IntegrationTests.ManualRunning.MultipleFrameworks</AssemblyTitle>
55
<!-- We test the oldest frameworks supported by BDN (net461 and netcoreapp2.0), as well as newer versions of those frameworks. -->
6-
<WarningsNotAsErrors>NU1904</WarningsNotAsErrors>
6+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
77
<TargetFrameworks>net461;net48;netcoreapp2.0;net7.0</TargetFrameworks>
88
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
99
<AssemblyName>BenchmarkDotNet.IntegrationTests.ManualRunning.MultipleFrameworks</AssemblyName>

0 commit comments

Comments
 (0)