1.Install the .NET SDK
2.Create app: dotnet new console -o myApp cd myApp
3.Run your app:dotnet run
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