We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd16fdc commit 2906230Copy full SHA for 2906230
1 file changed
source/Reloaded.Hooks.Benchmarks/Reloaded.Hooks.Benchmarks.csproj
@@ -2,12 +2,12 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net7.0</TargetFramework>
6
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7
</PropertyGroup>
8
9
<ItemGroup>
10
- <PackageReference Include="BenchmarkDotNet" Version="0.13.0" />
+ <PackageReference Include="BenchmarkDotNet" Version="0.13.5" />
11
</ItemGroup>
12
13
0 commit comments