We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a9d7e7 commit 3305b34Copy full SHA for 3305b34
tests/BenchmarkDotNet.Tests/BenchmarkDotNet.Tests.csproj
@@ -28,6 +28,7 @@
28
<ProjectReference Include="..\..\src\BenchmarkDotNet.Diagnostics.Windows\BenchmarkDotNet.Diagnostics.Windows.csproj" />
29
<PackageReference Include="Microsoft.NETCore.Platforms" Version="6.0.0" />
30
<PackageReference Include="System.Memory" Version="4.5.5" />
31
+ <PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
32
<Reference Include="System.Runtime" />
33
<Reference Include="System.Threading.Tasks" />
34
<Reference Include="System" />
0 commit comments