.NET CLI简单使用
2021-06-02 21:05
阅读:582
标签:ons core restore zh-cn 运行 microsoft uri ros 控制 官方文档https://docs.microsoft.com/zh-cn/dotnet/core/tools/?tabs=netcore2x 查看能创建什么类型的项目 比如新建一个控制台项目 .NET CLI简单使用 标签:ons core restore zh-cn 运行 microsoft uri ros 控制 原文地址:https://www.cnblogs.com/stardust233/p/12356689.html
创建新项目
dotnet new --help
dotnet new console -o AppName
恢复项目的依赖项和工具
dotnet restore
运行
dotnet run
构建
dotnet build
测试
dotnet test
评论
亲,登录后才可以留言!