We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FSharp.Data.GraphQL.Server 2.2.1 requires FSharp.Control.Reactive >= 5.0.5 and System.Reactive >= 6.0.1
FSharp.Data.GraphQL.Server
2.2.1
FSharp.Control.Reactive
>= 5.0.5
System.Reactive
>= 6.0.1
However, the latest FSharp.Control.Reactive is 5.0.5 and that requires System.Reactive >= 5.0.0 && < 6.0.0
5.0.5
>= 5.0.0 && < 6.0.0
So is the latest version impossible to install?
The text was updated successfully, but these errors were encountered:
I just install System.Reactive explicitly
Sorry, something went wrong.
Also I'm going to migrate to R3 and https://github.com/fsprojects/FSharp.Control.R3/
No branches or pull requests
FSharp.Data.GraphQL.Server
2.2.1
requiresFSharp.Control.Reactive
>= 5.0.5
andSystem.Reactive
>= 6.0.1
However, the latest
FSharp.Control.Reactive
is5.0.5
and that requiresSystem.Reactive
>= 5.0.0 && < 6.0.0
So is the latest version impossible to install?
The text was updated successfully, but these errors were encountered: