Fargo
Fargo copied to clipboard
Nuget release to downgrade required FSharp.Core?
I am trying to use Fargo in a .NET 6 project, which is not possible due to conflicting requirements on FSharp.Core.
The latest on Nuget requires FSharp.Core (>= 7.0.400)
However, I see in the paket.dependencies that only >= 6.0 is needed: https://github.com/thinkbeforecoding/Fargo/blob/main/paket.dependencies#L5
Perhaps another release is required to make this work?
I am trying to use Fargo in a .NET 6 project, which is not possible due to conflicting requirements
fwiw I'm using it in a .NET 6 .NET Global tool project OK, though FSharp.Core is bundled into the tool package anyway so maybe it's a different situation. A new build to get #7 would be nice if possible though :-)
Gentle bump on this :slightly_smiling_face:
@thinkbeforecoding Please can you trigger a release?
Released as v1.3.3 👍