How to list all projects added to a solution in Linux terminal?

Viewed 16

In Ubuntu terminal I can add a project to a solution with the following:

dotnet sln add ./projectName/projectName.csproj

What command can I run in the terminal, to see all the projects that have been added?

1 Answers
Related