dotnet-installer/test/dotnet-sln-list.Tests
Peter Huene 63d30787b9
Fix header output by dotnet sln list.
The `dotnet sln list` command uses `Project reference(s)` as the header for the
output instead of `Project(s)`. To be consistent with Visual Studio, the header
should refer to these as projects rather than project references as users can't
add "project references" to a solution.

This commit changes the header to `Project(s)`.

Additionally, the command now filters out solution folders and only shows
projects.

Fixes #9246.
2018-05-15 23:06:36 -07:00
..
dotnet-sln-list.Tests.csproj Merge remote-tracking branch 'dotnet/release/15.5' into merges/release/15.5-to-master-20171206-080040 2017-12-07 09:55:12 -08:00
GivenDotnetSlnList.cs Fix header output by dotnet sln list. 2018-05-15 23:06:36 -07:00
MSBuild.exe dotnet sln command (#5233) 2017-01-06 10:58:23 -10:00
MSBuild.exe.config dotnet sln command (#5233) 2017-01-06 10:58:23 -10:00