Try running on winforms

pull/5/head
Miepee 4 years ago
parent 06cd94660f
commit 83a1758bda

@ -10,6 +10,7 @@
</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>

@ -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.Wpf).Run(new MainForm()); new Application(Eto.Platforms.WinForms).Run(new MainForm());
} }
} }
Loading…
Cancel
Save