Skip to content

Commit

Permalink
Fix build errors with latest sdk. (#2433)
Browse files Browse the repository at this point in the history
  • Loading branch information
timcassell committed Sep 22, 2023
1 parent 46b3c01 commit 967a975
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<AssemblyTitle>BenchmarkDotNet.IntegrationTests.ManualRunning.MultipleFrameworks</AssemblyTitle>
<!-- We test the oldest frameworks supported by BDN (net461 and netcoreapp2.0), as well as newer versions of those frameworks. -->
<WarningsNotAsErrors>NU1904</WarningsNotAsErrors>
<TargetFrameworks>net461;net48;netcoreapp2.0;net7.0</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyName>BenchmarkDotNet.IntegrationTests.ManualRunning.MultipleFrameworks</AssemblyName>
Expand Down

0 comments on commit 967a975

Please sign in to comment.