You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
owen2#18: Avoiding inserting blank lines at the end of project files by using [System.IO.File]::WriteAllText instead of out-file
owen2#19: Removed <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
owen2#20: Using the same file encoding when saving the file
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.
The text was updated successfully, but these errors were encountered: