bump: net10 and dependencies

This commit is contained in:
2026-09-14 00:32:28 +02:00
parent 8c23f974c3
commit 2618ec4728
4 changed files with 13 additions and 13 deletions
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
@@ -8,6 +8,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="9.0.5" />
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="10.0.12" />
</ItemGroup>
</Project>