Updated to .NET10

This commit is contained in:
Kenneth Skovhede
2025-11-14 15:05:39 +01:00
parent eda4f70575
commit 1ea74a3c63
143 changed files with 407 additions and 1085 deletions
@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>