RicoSuter / NuGetReferenceSwitcher

Visual Studio extension to switch between NuGet and project references.
http://nugetreferenceswitcher.org
Microsoft Public License
211 stars 70 forks source link

Add call to Distinct() so that extension doesn't try to remove the sa… #6

Closed ChristopherElliott closed 9 years ago

ChristopherElliott commented 9 years ago

…me project twice which results in an exception.

Not sure if there is another problem that resulted in getting 66 instances of ProjectModel in the projectsToDelete collection but either way, this was a safe way to make sure I only removed each project once.