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

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>