fix: Update to net10

This commit is contained in:
Mira 2026-05-13 15:50:01 +02:00
parent cc41bea576
commit 85536a6874
Signed by untrusted user who does not match committer: Xorog
GPG key ID: 983798ED9C3E7C36

View file

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net8.0;net9.0</TargetFrameworks> <TargetFrameworks>net8.0;net10.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<Configurations>Debug;Release;x64</Configurations> <Configurations>Debug;Release;x64</Configurations>
@ -38,7 +38,7 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.1" /> <PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.8" />
</ItemGroup> </ItemGroup>
</Project> </Project>