AutomaticPackageRestoreMigrationScript icon indicating copy to clipboard operation
AutomaticPackageRestoreMigrationScript copied to clipboard

to help you move to automatic nuget package restore

Results 3 AutomaticPackageRestoreMigrationScript issues
Sort by recently updated
recently updated
newest added
trafficstars

#18: Avoiding inserting blank lines at the end of project files by using `[System.IO.File]::WriteAllText` instead of `out-file` #19: Removed `..\` #20: Using the same file encoding when saving the file

Running `migrateToAutomaticPackageRestore.ps1` doesn't remove the following line in the project files: `..\` That line is added when Enabling NuGet Package Restore on the solution in Visual Studio 2013 Update 5...

wontfix

I have Visual Studio 2013 and 2015 installed. I have a directory that contains Visual Studio 2013 sln files. When I double-click on the sln files, they open in Visual...