mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
Target net472, fix WinRT-related conditionals
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user