Skip to content

Commit 1b39e8e

Browse files
Suppress NU1903 in IntegrationTests.ManualRunning.MultipleFrameworks
1 parent 8a02ec2 commit 1b39e8e

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
@@ -5,6 +5,7 @@
55
<!-- We test the oldest frameworks supported by BDN (net461 and netcoreapp2.0), as well as newer versions of those frameworks. -->
66
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
77
<TargetFrameworks>net461;net48;netcoreapp2.0;net7.0</TargetFrameworks>
8+
<NoWarn>$(NoWarn);NU1903</NoWarn> <!-- NU1903: Package 'Microsoft.NETCore.App' 2.0.0 has a known high severity vulnerability -->
89
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
910
<AssemblyName>BenchmarkDotNet.IntegrationTests.ManualRunning.MultipleFrameworks</AssemblyName>
1011
<PackageId>BenchmarkDotNet.IntegrationTests.ManualRunning.MultipleFrameworks</PackageId>

0 commit comments

Comments
 (0)