Use a WinRT compatible TargetFramework

This commit is contained in:
Bugadinho 2025-01-05 23:14:31 -03:00
parent 5d1aa50753
commit 7afffd8172
No known key found for this signature in database
GPG Key ID: B105A6D586EEBCFA

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net6.0-windows10.0.17763.0</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<UseWindowsForms>True</UseWindowsForms>