use correct framework (#193)

* use correct framework

* use correct framework
This commit is contained in:
kasperk81
2024-03-30 11:31:27 +02:00
committed by GitHub
parent 3c703f517d
commit 12da7d7249
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp8.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>