标签:ons core restore zh-cn 运行 microsoft uri ros 控制
官方文档https://docs.microsoft.com/zh-cn/dotnet/core/tools/?tabs=netcore2x
查看能创建什么类型的项目
dotnet new --help
比如新建一个控制台项目
dotnet new console -o AppName
dotnet restore
dotnet run
dotnet build
dotnet test
标签:ons core restore zh-cn 运行 microsoft uri ros 控制
原文地址:https://www.cnblogs.com/stardust233/p/12356689.html