haf / expecto

A smooth testing lib for F#. APIs made for humans! Strong testing methodologies for everyone!
Apache License 2.0
663 stars 96 forks source link

Loosen FSharp.Core version requirement #458

Closed cmeeren closed 1 year ago

cmeeren commented 1 year ago

Expecto 10.0.0 requires FSharp.Core = 7.0.200 (exact version). It should be >= (minimum version). I am using 7.0.300 in all projects, and therefore can't update Expecto.

ratsclub commented 1 year ago

Hello, @cmeeren. Thanks for reporting this! Would you mind opening a PR with this fix, please?

cmeeren commented 1 year ago

Sorry, I'm swamped for the time being. If it's possible to change directly on GitHub and you tell me where, I can do it, but at that point it's probably quicker to just do it yourself. I'm guessing this is a single-character change somewhere.