I have developed a small .Net WinForms app on Visual Studio 2017 using C#. I used Gecko for that project.
It is basically an app that would open a full screen webpage using Gecko web browser object.
Now I want to run the same app, also using Gecko under Linux, hence a simple Gecko web browser object to open up the webpage, embedded into an app under Linux.
My question is how can I achieve this?
Are there any tools to compile the same project for Linux? Or is it better to start from scratch under Linux IDE? Thanks a lot.