Revert "Try running on winforms"

This reverts commit 83a1758bda.
pull/5/head
Miepee 4 years ago
parent 83a1758bda
commit 94d14d1bdc

@ -6,12 +6,11 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\AM2RPortHelperGUI\AM2RPortHelperGUI.csproj" /> <ProjectReference Include="..\AM2RPortHelperGUI\AM2RPortHelperGUI.csproj"/>
</ItemGroup> </ItemGroup>
<ItemGroup> <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" />
</ItemGroup> </ItemGroup>
</Project> </Project>

@ -8,6 +8,6 @@ static class Program
[STAThread] [STAThread]
public static void Main(string[] args) public static void Main(string[] args)
{ {
new Application(Eto.Platforms.WinForms).Run(new MainForm()); new Application(Eto.Platforms.Wpf).Run(new MainForm());
} }
} }
Loading…
Cancel
Save