use correct framework

This commit is contained in:
kasperk81 2022-12-04 12:13:03 +02:00 committed by GitHub
parent b57d027ee0
commit 233d6e664a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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