thinkbeforecoding / Fargo

A functional command line argument parser with builtin completion.
33 stars 7 forks source link

Nuget release to downgrade required FSharp.Core? #11

Open njlr opened 4 months ago

njlr commented 4 months ago

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?

Numpsy commented 4 months ago

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 :-)