You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
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.