Skip to content

Commit

Permalink
Fix building Benchmark project
Browse files Browse the repository at this point in the history
  • Loading branch information
jnyrup committed Aug 12, 2024
1 parent 8ab81f7 commit bc94882
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/Benchmarks/Benchmarks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
<PackageReference Include="Bogus" Version="35.6.0" />
<!-- Resolve MSB3277 -->
<PackageReference Include="System.Reflection.Metadata" Version="8.0.0" Condition="'$(TargetFramework)' == 'net472'" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Net.Http" Condition="'$(TargetFramework)' == 'net472'" />
Expand Down
1 change: 1 addition & 0 deletions Tests/Benchmarks/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using BenchmarkDotNet.Reports;
using BenchmarkDotNet.Running;
using Perfolizer.Horology;
using Perfolizer.Metrology;

namespace Benchmarks;

Expand Down

0 comments on commit bc94882

Please sign in to comment.