about summary refs log tree commit diff
path: root/Benchmarks
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-10-29 19:05:58 +0100
committerRory& <root@rory.gay>2025-10-29 19:05:58 +0100
commit7182e3f9650e4de9f944d8c4e897fe4a24a3b8bc (patch)
tree8e9def463203505b21c3e9529d7d6f84327e2ffd /Benchmarks
parentVarious fixes (diff)
downloadMatrixUtils-master.tar.xz
dotnet 10, synapse admin room list improvements HEAD master
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>