首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
.NET CLI简单使用
.NET CLI简单使用
mac
2025-02-25
2
官方文档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
转载请注明原文地址: https://mac.8miu.com/read-500611.html
最新回复
(
0
)