I can compile my application on Linux using mono mcs, but the result is an executable for .NET Framework 4.5. On windows it runs but I cannot use any newer functionality.
I tried to find out how to compile it with .NET SDK 5.0 but on Linux it seems to not include Windows Forms.
Is there a way to compile a forms application on Linux which uses at least .NET Core 2.0?