Skip to content

Commit 8f0e2e4

Browse files
committed
Add package for netstandart2.0
1 parent 1fb1015 commit 8f0e2e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/BenchmarkDotNet/BenchmarkDotNet.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
3333
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" />
3434
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
35+
<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.1">
36+
<PrivateAssets>all</PrivateAssets>
37+
</PackageReference>
3538
</ItemGroup>
3639
<ItemGroup Condition="'$(OS)' == 'Windows_NT'">
3740
<ProjectReference Include="..\BenchmarkDotNet.Disassembler.x64\BenchmarkDotNet.Disassembler.x64.csproj">

0 commit comments

Comments
 (0)