Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Downgrade FSharp.Core to the lowest denominator from our main project…
…: 6.0.1: achieve best backward compat testing We want to remove the dependency in our tests on FsToolkit.ErrorHandling.TaskResult in PR #181 because it uses a high version of FSharp.Core. In other words, it disallows us to properly test TaskSeq with the lowest-denominator FSharp.Core it was compiled with, which we should do, to ensure stability in the widest range of forward-and-backward compatibility. The SmokeTests library, on the other hand, uses the highest RTM release of FSharp.Core and we don't really care about other deps there.
- Loading branch information