Dotnet Add New Project To Solution Code Example


Example: dotnet core sloution


dotnet new sln --name my-solution
dotnet new [type] --name my-project
dotnet sln add my-project/my-project.csproj
dotnet sln list
dotnet restore
dotnet build my-solution.sln

Comments

Popular posts from this blog

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy