

This will open a terminal window that displays “ Hello World”. You can run the app by pressing CMD-Shift-P and selecting “ Run”. ” if your already inside the directory that you want opened. Navigate to your Console Project and open it in Visual Studio Code or you can simply type “ code. run and the Program.cs file will display “ Hello World” in the terminal. Note: You can safely ignore these for this release. Run the dnu build command and you see several error messages. If we list out the files contained in our Console application before running the restore command, then we’ll only see two files and one is hidden:Ĭhange into the directory that has your console app and run the dnu restore command and you now have a file. Notice that it is asking you to run a couple of commands : dnu restore

Select a “Console Application” using your up and down arrow keys and give it a name. Once everything installed, run this command: yo aspnet The Visual Studio installer is straight-forward, but make sure you read the release notes on how to install ASP.NET 5 on a Mac. Install Visual Studio Code and ASP.NET 5 for OSX.

