isaacabraham / get-programming-fsharp

Companion code repository for https://www.manning.com/books/get-programming-with-f-sharp
125 stars 57 forks source link

The projects are not the newest format. Have to use VS 2015 #4

Closed CraigChamberlain closed 5 years ago

CraigChamberlain commented 5 years ago

I was unable to open in VScode and there was a missing reference to fsharp.core in VS 2017. I made a new project in VS 2017 and it was structured quite differently, copied over the actual .fs files and it all executed fine and opened in VS code too.

Is there a way to bulk update these to a newer format?

isaacabraham commented 5 years ago

@CraigChamberlain can you try the netcore branch? I've already gone through many of the projects to upgrade it to the newer project SDK :-)

CraigChamberlain commented 5 years ago

Great. Didn't think to use another branch.

On Tue, 4 Jun 2019, 08:23 Isaac Abraham, notifications@github.com wrote:

@CraigChamberlain https://github.com/CraigChamberlain can you try the netcore branch? I've already gone through many of the projects to upgrade it to the newer project SDK :-)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/isaacabraham/get-programming-fsharp/issues/4?email_source=notifications&email_token=ALRDEQ6PJU3B5GFEUDQEDH3PYYJ7FA5CNFSM4HSIJV2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODW3VJCY#issuecomment-498553995, or mute the thread https://github.com/notifications/unsubscribe-auth/ALRDEQ4K2PLM2SZHYPIIT6TPYYJ7FANCNFSM4HSIJV2A .

AkosLukacs commented 5 years ago

Oh, I missed that branch too, thanks! @isaacabraham what about adding a note about the netcore branch in the readme, so it's more visible?