How to add a Project (.csproj) to Solution (.sln) under a Solution Folder using dotnet CLI (command line)?
Please try below code to add project to a solution from projects sub folder dotnet sln ../todo.sln add todo-app.csproj
Please try below code to add project to a solution from projects sub folder dotnet sln ../todo.sln add todo-app.csproj