AutomaticPackageRestoreMigrationScript icon indicating copy to clipboard operation
AutomaticPackageRestoreMigrationScript copied to clipboard

Doesn't remove <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>

Open icnocop opened this issue 9 years ago • 1 comments
trafficstars

Running migrateToAutomaticPackageRestore.ps1 doesn't remove the following line in the project files: <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>

That line is added when Enabling NuGet Package Restore on the solution in Visual Studio 2013 Update 5 and NuGet Package Manager v2.8.60723.765.

Thank you.

icnocop avatar Jan 22 '16 21:01 icnocop

This line doesn't appear to be harmful or prevent automatic package restore, so I'm not planning on removing it from projects at this time.

owen2 avatar Jan 25 '16 20:01 owen2