Upgrade to Dotnet 8.0 LangVer 12

This commit is contained in:
2024-09-16 21:11:50 +02:00
parent 7f3754fb64
commit 600b56033d
4 changed files with 7 additions and 4 deletions

View File

@ -2,9 +2,10 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>12</LangVersion>
</PropertyGroup>
<ItemGroup>