0

I've created an Asp.Net project on visual studio (windows) and I want to make some changes and run the solution on VScode for Mac... can I do that? I have installed .net and stuff. I have tried typing my app path on launch.json file:

"program": "${workspaceRoot}/bin/Debug/myproject.dll",

but is not working. I know this may be a quite silly question but I have been trying to do this since 2 days ago and run in a little stressed.

Majid Parvin
  • 4,499
  • 5
  • 29
  • 47
Eduardo G.
  • 11
  • 2
  • Please check [Build an ASP.NET Core app on a Mac or Linux using Visual Studio Code](https://learn.microsoft.com/en-us/aspnet/core/tutorials/your-first-mac-aspnet). – csharpbd May 23 '17 at 07:14
  • Thank u, I'll check it out – Eduardo G. May 23 '17 at 07:14
  • @csharpbd link is down – choz Sep 27 '19 at 19:51
  • @vaditaslim thanks for the information. Please check the links below. [Using .NET Core in Visual Studio Code](https://code.visualstudio.com/docs/languages/dotnet) [Get started with .NET Core on macOS using Visual Studio for Mac](https://learn.microsoft.com/en-us/dotnet/core/tutorials/using-on-mac-vs) – csharpbd Sep 27 '19 at 22:28

0 Answers0