This updates the project to use netcore-based FAKE 5. The immediate reason for this is to fix dotnet-websharper/build-script#1, but beyond that, being up to date should help with potential future issues. The goal would be to do this to all ws projects.
The significant changes are actually in the fake5 branch of build-script, but I won't make a PR there because it needs to stay on a branch (so that projects not upgraded to this can continue to build). This project's paket.dependencies pulls the build script from the fake5 branch.
I'll work on a script to convert a repo to this new format easily.
This updates the project to use netcore-based FAKE 5. The immediate reason for this is to fix dotnet-websharper/build-script#1, but beyond that, being up to date should help with potential future issues. The goal would be to do this to all ws projects.
The significant changes are actually in the fake5 branch of build-script, but I won't make a PR there because it needs to stay on a branch (so that projects not upgraded to this can continue to build). This project's paket.dependencies pulls the build script from the fake5 branch.
I'll work on a script to convert a repo to this new format easily.