简体   繁体   中英

Develop ASP.NET Core application in Windows and Mac

.NET Core is cross-platform in that you can develop and run an application on your desired platform (Mac, Linux, or Windows). However, I can't find any information on cross-platform development of an application, in particular, of an ASP.NET Core application.

We are building a new website and we need to be able to have some users work on an ASP.NET Core application on Windows and some on Mac. (There is currently no need to support development on Linux.) On the Windows side, we would ideally like to work in VS 2015 (Community).

Is this possible? If so, are there any required or recommended steps to follow or workarounds to help make the process smoother? Are there any limitations to this approach?

The official documentation has everything you need to get started https://docs.microsoft.com/en-us/aspnet/core/tutorials/your-first-mac-aspnet

Update: For Visual Studio instructions: https://docs.microsoft.com/en-us/aspnet/core/tutorials/first-mvc-app/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM