Set net6.0 target as primary for ZuneHost.Wpf

This commit is contained in:
Yoshi Askharoun
2023-05-04 00:24:28 -05:00
parent 9e33ac2ff1
commit a3ba8130f3
+1 -1
View File
@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFrameworks>net461;net6.0-windows10.0.22000</TargetFrameworks>
<TargetFrameworks>net6.0-windows10.0.22000;net461</TargetFrameworks>
<LangVersion>11.0</LangVersion>
<UseWPF>true</UseWPF>
<ApplicationIcon>Assets\ZuneFluentGem.ico</ApplicationIcon>