Start Visual Studio for Mac, and navigate to File | New Solution.
In the list on the left, in the .NET Core section, select App.
In the project template list in the middle, select Console Application, and then click on Next, as shown in the following screenshot:
In the Configure your new Console Application step, select a Target Framework of .NET Core 2.0, and click on Next.
In the Configure your new Console Application step, enter Project Name as WelcomeDotNetCoreMac, enter Solution Name as Chapter01, set the Location to your Code folder, and click on Create, as shown in the following ...