upgrade to dotnet 10

This commit is contained in:
cs8425
2026-04-28 20:19:17 +08:00
parent 64f977173f
commit 3eca16a661
12 changed files with 21 additions and 24 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>