According to this: https://en.wikipedia.org/wiki/.NET_Framework#.NET_Core it shows that .net core supports four-cross platform scenarios:
- ASP.NET Core web apps
- Command-line apps
- Libraries
- Universal Windows Platform apps
What I want to know is, does the Visual Studio for Mac IDE support creating desktop 'universal apps' that can be executed on a mac system?
OR
Is this only supported in the Visual Studio IDE for the Windows platform?