Upgrade projects to net8

This commit is contained in:
2023-09-27 13:50:20 +02:00
parent d8c9929a97
commit 56cd796661
68 changed files with 73 additions and 68 deletions

View File

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