Skip to content

Commit 0818e53

Browse files
authored
chore: suppress MSB3277 warnings (dotnet#2926)
1 parent 84da41d commit 0818e53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<TargetFrameworks>net461;net48;netcoreapp2.0;net8.0</TargetFrameworks>
77
<!-- Deprecated runtime and vulnerabilities from old runtime, just in case any are found in the future. -->
88
<NoWarn>$(NoWarn);NETSDK1138;NU1903</NoWarn>
9+
<!-- Suppress warning MSB3277: Found conflicts between different versions of "System.Buffers" that could not be resolved. -->
10+
<MSBuildWarningsAsMessages>$(MSBuildWarningsAsMessages);MSB3277</MSBuildWarningsAsMessages>
911
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
1012
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1113
<AssemblyName>BenchmarkDotNet.IntegrationTests.ManualRunning.MultipleFrameworks</AssemblyName>

0 commit comments

Comments
 (0)