0
In Visual Studio, I know I can create a UWP - Universal Windows Platform application template, where the wizard defaults to the . net core in the project, among them . net standard. net framework supports . net standard 1.3, so UWP applications run on . net framework. But besides UWP (or a console model for .net core applications) there is no option to create any other model. How can I create an application with Graphical User Interface that runs on Linux, macOS and Windows (through the standard . net)?
Unable "Application with Graphical Interface (native)"
.netcore
.net standard
. Web applications believe it is possible.– rubStackOverflow
Yes. Sure. But, what if I want to implement an application with GTK# along with . net standard library? is not possible?
– Paulo
Good question, as far as I know is not possible, I will inform myself on the subject.
– rubStackOverflow