build: Upgrade dotnet version to 10.0 and update the dependent package version.

This commit is contained in:
real-zony
2026-01-09 00:09:13 +08:00
parent c89b79fda6
commit 7919147e4f
4 changed files with 14 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>