Visual Studio Code 基本操作

1.Install the .NET SDK

2.Create app: dotnet new console -o myApp cd myApp

3.Run your app:dotnet run

原文地址:https://www.cnblogs.com/jasonlai2016/p/9639410.html