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

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>MikuSB.SdkServer</RootNamespace>