AutomaticPackageRestoreMigrationScript
AutomaticPackageRestoreMigrationScript copied to clipboard
Doesn't remove <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
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.
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.