AutomaticPackageRestoreMigrationScript
AutomaticPackageRestoreMigrationScript copied to clipboard
Fixed issues #18, #19, and #20
trafficstars
#18: Avoiding inserting blank lines at the end of project files by using [System.IO.File]::WriteAllText instead of out-file
#19: Removed <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
#20: Using the same file encoding when saving the file