Dotnet Cli 创建解决方案sln 以及添加项目到解决方案

创建解决方案

dotnet new sln -n name

添加项目到解决方案

dotnet sln add xxx.csproj

解决方案中的项目列表

dotnet sln list 

https://www.cnblogs.com/microestc/articles/13796631.html

你可能感兴趣的:(dotnet,C#,dotnet,cli)