Updated solution to .Net 10

This commit is contained in:
2025-11-12 10:15:58 +09:00
parent 6f786a0698
commit 6cf2e35a9b
14 changed files with 14 additions and 14 deletions

View File

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