tewtal / itemrandomizerweb

Super Metroid Item Randomizer
30 stars 12 forks source link

Update fsprojs for .Net Core SDK 2 #31

Closed JamesAZ0 closed 6 years ago

JamesAZ0 commented 6 years ago

Removes FSharp.Net.SDK references in order to resolve building errors and build successfully on latest .NET Core 2 SDK. Reference used: https://github.com/dotnet/netcorecli-fsc/wiki/How-to-migrate-1.0-projects-to-2.0#changes-in-fsproj

tewtal commented 6 years ago

Thanks for this, should help out anyone else trying to compile this. Not sure why I didn't run into this but it's possible that I did some local changes to my files that didn't get commited properly.