0

I am new to using Mac. I want to try running my projects in the mac by cloning from Github. I installed Visual Studio for Mac and try to run Projects, MVC projects run good but Web API projects are not running.

I tried to add a new project and don't see Web API project but found Core Web API Project. Does it mean Mac OS only supports Core Web API?

I tried running in Jet Brains Rider too. I am having the same issue.

As I am new to the Mac, appreciate any suggestions.

Chatra
  • 2,989
  • 7
  • 40
  • 73
  • When you target multi platform, you need to use .Netcore rather than .Net framework – Kalyan Aug 06 '17 at 22:12
  • @Kalyan So we cannot run already developed web api(not core) projects in Mac ? – Chatra Aug 08 '17 at 14:49
  • No. It's not possible to use it directly. You have to upgrade your framework api to core api. take look at this url: https://stackify.com/asp-net-core-web-api-guide/ – Kalyan Aug 08 '17 at 20:42

1 Answers1

0

Have you installed .NET Core SDK? If not this URL https://www.microsoft.com/net/core#macos helped you.