Skip to content

Commit 3305b34

Browse files
Add System.Runtime.CompilerServices.Unsafe to BenchmarkDotNet.Tests
Needed for Verify.Xunit in order to correctly resolve dependencies on net46x/Windows
1 parent 9a9d7e7 commit 3305b34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/BenchmarkDotNet.Tests/BenchmarkDotNet.Tests.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<ProjectReference Include="..\..\src\BenchmarkDotNet.Diagnostics.Windows\BenchmarkDotNet.Diagnostics.Windows.csproj" />
2929
<PackageReference Include="Microsoft.NETCore.Platforms" Version="6.0.0" />
3030
<PackageReference Include="System.Memory" Version="4.5.5" />
31+
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
3132
<Reference Include="System.Runtime" />
3233
<Reference Include="System.Threading.Tasks" />
3334
<Reference Include="System" />

0 commit comments

Comments
 (0)