Target net472, fix WinRT-related conditionals

This commit is contained in:
Joshua "Yoshi" Askharoun
2025-12-07 19:07:10 -06:00
parent ea7ff124d8
commit fd6d4a80a3
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net461;net6.0-windows10.0.22000;net6.0;</TargetFrameworks>
<TargetFrameworks>net472;net6.0-windows10.0.22000;net6.0;</TargetFrameworks>
<Platforms>AnyCPU;x64;x86;ARM32</Platforms>
<LangVersion>11.0</LangVersion>
<AppConfig>App.config</AppConfig>