Skip to content

Commit

Permalink
Add System.Runtime.CompilerServices.Unsafe to BenchmarkDotNet.Tests
Browse files Browse the repository at this point in the history
Needed for Verify.Xunit in order to correctly resolve dependencies on net46x/Windows
  • Loading branch information
AndreyAkinshin committed Mar 8, 2024
1 parent 9a9d7e7 commit 3305b34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/BenchmarkDotNet.Tests/BenchmarkDotNet.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<ProjectReference Include="..\..\src\BenchmarkDotNet.Diagnostics.Windows\BenchmarkDotNet.Diagnostics.Windows.csproj" />
<PackageReference Include="Microsoft.NETCore.Platforms" Version="6.0.0" />
<PackageReference Include="System.Memory" Version="4.5.5" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
<Reference Include="System.Runtime" />
<Reference Include="System.Threading.Tasks" />
<Reference Include="System" />
Expand Down

0 comments on commit 3305b34

Please sign in to comment.