SAFE-template
SAFE-template copied to clipboard
Pin FSharp.Core
If you do a paket update today on the latest template, it'll move fsharp.core to v6 despite the project being .net 5. we should pin it to 5 using ~> 5.
Also we should add a refs file to Shared with FSharp.Core in it (and maybe to the build refs as well?).
Tomasz and I agreed about pinning for Client/Server. We're not certain whether it's necessary to do anything with Shared as it may use whatever Client/Server do.
See also https://github.com/SAFE-Stack/SAFE-template/issues/487
It seems like it was agreed that we should do this so I opened a PR #525 for it.