swlaschin / DomainModelingMadeFunctional

Extended code samples related to the book "Domain Modeling Made Functional". Buy the book here: https://pragprog.com/book/swdddf/domain-modeling-made-functional or here https://fsharpforfunandprofit.com/books/
Apache License 2.0
438 stars 84 forks source link

upgraded project to use the new dotnet 3.1 sdk #12

Closed HoraceGonzalez closed 4 years ago

HoraceGonzalez commented 4 years ago

Upgraded the project to use dotnet core 3.1 (sdk version 3.1.101). I also upgraded to FAKE 5.0 and installed the dotnet tool versions of paket and fake.

I haven't yet tested this on windows, but it seems to build fine on ubuntu 18.04.

Note: I removed the .global.json file as well. The version's now locked in the build.fsx script. The reason is that i couldn't figure out how to install the dotnet tool versions of paket and fake without the dotnet tool command complaining that sdk 3.1.101 wasn't installed. Frustrating.

swlaschin commented 4 years ago

Thanks so much for doing this! I've been meaning to for a while but have been lazy :)