microsoft dotnet logo transparent background

Create console app using visual studio, dot net framework and c# on OSX/MAC


Instructions :

1- Open Visual Studio to get to the landing page and click on + New
visual studio landing page
2- Choose Console Application web and console & with C#
visual studio select template page
3- Select .NET 5.0 as target framework
visual studio configure console app page
4- Give your project a name, choose your preferred project folder location, and press create
visual studio configure console app page
5- A test app will be generated for you containing "Hello World", Press F5 or Command + F5 or click the play button from top toolbar to build and run the app. A terminal will be opened with the app running within Visual Studio.
visual studio editor and app build or run page