dotnet-installer/TestAssets
Peter Huene 6210dab09c Remove project dependencies when removing a project from a solution.
This commit fixes #6198.

When a project is removed from a solution using the `sln remove`
command, any projects in the solution with a project dependency (note:
this is different from a project reference) on the project should have
the project removed as a dependency.

The fix is to scan the projects in the solution and remove any
dependencies on the projects being removed.  If the dependencies section
is empty after the remove, we skip serialization of the section like
Visual Studio does.
2017-11-21 18:20:05 -08:00
..
DesktopTestProjects Fix test assets with NuGet.Config files pointing to old layout 2017-08-29 11:27:29 -07:00
LockFiles/ExportFiles Fix package code for new NuGet. 2016-07-26 20:53:20 -05:00
NonRestoredTestProjects Retarget tests to netcoreapp2.1 2017-08-17 23:07:28 -07:00
TestPackages Merge upstream changes 2017-08-28 11:09:19 -07:00
TestProjects Remove project dependencies when removing a project from a solution. 2017-11-21 18:20:05 -08:00
Directory.Build.props Support new artifacts layout in tests and other build logic 2017-08-24 15:49:13 -07:00