Upgrade to NET 10 SDK

This commit is contained in:
2025-11-23 19:52:43 +01:00
parent 08b38b6643
commit add7372685
5 changed files with 11 additions and 4 deletions

View File

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