Skip to content

Commit

Permalink
Update benchmarks to NET 8
Browse files Browse the repository at this point in the history
Also use newer BenchmarkDotNet package reference
  • Loading branch information
mcraiha committed Nov 18, 2023
1 parent 40cb0f3 commit f83633c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark/benchmark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.1" />
<PackageReference Include="BenchmarkDotNet" Version="0.13.10" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit f83633c

Please sign in to comment.