Open njlr opened 7 hours ago
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?
I just install System.Reactive explicitly
Also I'm going to migrate to R3 and https://github.com/fsprojects/FSharp.Control.R3/
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?