Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

.NET Core Console

Krzysztof Cwalina edited this page Jan 30, 2015 · 11 revisions

##Writing simple console applications for the .NET Core.

To play with .NET Core console applications you will need to install Visual Studio 2015 Preview. You can get a preview at the Visual Studio 2015 Preview Downloads page.

Once you have Visual Studio 2015 installed, clone the corefxlab repository, and open the .\demos\CoreClrConsoleApplications\HelloWorld\HelloWorld.sln solution file. You can now hit ctrl + F5 to build and start the application.

Clone this wiki locally