.Net Core CLI命令使用
1、dotnet sln -n YouProjectName
2、dotnet webapi -n web
3、dotnet sln add webapi/web.csproj
传送门:https://docs.microsoft.com/zh-cn/dotnet/core/tools/dotnet-sln
.Net Core CLI命令使用
1、dotnet sln -n YouProjectName
2、dotnet webapi -n web
3、dotnet sln add webapi/web.csproj
传送门:https://docs.microsoft.com/zh-cn/dotnet/core/tools/dotnet-sln