SAFE-Stack / SAFE-template

dotnet CLI template for SAFE project
MIT License
282 stars 87 forks source link

Pin FSharp.Core #479

Closed isaacabraham closed 1 year ago

isaacabraham commented 2 years ago

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?).

mattgallagher92 commented 2 years ago

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.

theimowski commented 2 years ago

See also https://github.com/SAFE-Stack/SAFE-template/issues/487

theprash commented 1 year ago

It seems like it was agreed that we should do this so I opened a PR #525 for it.