Skip to content

Commit 967a975

Browse files
authored
Fix build errors with latest sdk. (#2433)
1 parent 46b3c01 commit 967a975

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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>
67
<TargetFrameworks>net461;net48;netcoreapp2.0;net7.0</TargetFrameworks>
78
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
89
<AssemblyName>BenchmarkDotNet.IntegrationTests.ManualRunning.MultipleFrameworks</AssemblyName>

0 commit comments

Comments
 (0)