Skip to content

Commit

Permalink
Suppress NU1903 in IntegrationTests.ManualRunning.MultipleFrameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed Nov 15, 2023
1 parent 8a02ec2 commit 1b39e8e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<!-- We test the oldest frameworks supported by BDN (net461 and netcoreapp2.0), as well as newer versions of those frameworks. -->
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<TargetFrameworks>net461;net48;netcoreapp2.0;net7.0</TargetFrameworks>
<NoWarn>$(NoWarn);NU1903</NoWarn> <!-- NU1903: Package 'Microsoft.NETCore.App' 2.0.0 has a known high severity vulnerability -->
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyName>BenchmarkDotNet.IntegrationTests.ManualRunning.MultipleFrameworks</AssemblyName>
<PackageId>BenchmarkDotNet.IntegrationTests.ManualRunning.MultipleFrameworks</PackageId>
Expand Down

0 comments on commit 1b39e8e

Please sign in to comment.