This reverts commit 83a1758bda.
83a1758bda
@ -6,12 +6,11 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\AM2RPortHelperGUI\AM2RPortHelperGUI.csproj" />
<ProjectReference Include="..\AM2RPortHelperGUI\AM2RPortHelperGUI.csproj"/>
</ItemGroup>
<PackageReference Include="Eto.Platform.Windows" Version="2.7.0" />
<PackageReference Include="Eto.Platform.Wpf" Version="2.7.0"/>
<PackageReference Include="Eto.Platform.Wpf" Version="2.7.0" />
</Project>
@ -8,6 +8,6 @@ static class Program
[STAThread]
public static void Main(string[] args)
{
new Application(Eto.Platforms.WinForms).Run(new MainForm());
new Application(Eto.Platforms.Wpf).Run(new MainForm());
}