Search code examples
c#asp.net-coreuwpvisual-studio-mac

Visual Studio for Mac - Support for UWP


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?


Solution

  • Currently you can't use UWP on the MAC as UWP supports Windows 10 eco system (Win10,IOT,XBox) but you can use .Net Core to build cross platform console app and asp.net core to make web services and webapps.