Does Eto.Forms offer support for .NetCore?

410 Views Asked by At

I've seen a bunch of examples/samples of Eto.Forms and WPF. Does any one know if Eto supports or plans to support .NetCore?

Thanks, JohnB

1

There are 1 best solutions below

0
On

Yes, the next version of Eto.Forms (2.5.0) will support .NET Core 3.x for the Eto.Wpf, Eto.WinForms, Eto.Gtk, and Eto.Mac64 platforms giving you the ability to make cross platform applications with native toolkits in .NET Core.

See my answer on GitHub here: https://github.com/picoe/Eto/issues/1559#issuecomment-577918540

Note that Eto.Gtk already supports .NET Core.