about summary refs log tree commit diff
path: root/Benchmarks
diff options
context:
space:
mode:
Diffstat (limited to 'Benchmarks')
-rw-r--r--Benchmarks/Benchmarks.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/Benchmarks/Benchmarks.csproj b/Benchmarks/Benchmarks.csproj

index a72013b..a174f1f 100644 --- a/Benchmarks/Benchmarks.csproj +++ b/Benchmarks/Benchmarks.csproj
@@ -2,16 +2,16 @@ <PropertyGroup> <OutputType>Exe</OutputType> - <TargetFramework>net9.0</TargetFramework> + <TargetFramework>net10.0</TargetFramework> <LangVersion>preview</LangVersion> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> -<!-- <PublishAot>true</PublishAot>--> + <!-- <PublishAot>true</PublishAot>--> <InvariantGlobalization>true</InvariantGlobalization> </PropertyGroup> <ItemGroup> - <PackageReference Include="BenchmarkDotNet" Version="0.15.3" /> + <PackageReference Include="BenchmarkDotNet" Version="0.15.4" /> </ItemGroup> </Project>