updated projects from .net 6 to .net 10

This commit is contained in:
2026-07-22 13:00:21 +02:00
parent 4222ce4ab8
commit 547e574e6a
3 changed files with 9 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net10.0-windows7.0</TargetFramework>
<UseWPF>true</UseWPF>
</PropertyGroup>