Downgrade to .NET 6.0 again.

This commit is contained in:
flash 2025-04-14 21:58:33 +00:00
parent e7b38dc8e1
commit 62ab8c0c93
Signed by: flash
GPG key ID: 2C9C2C574D47FE3E

View file

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