fsprojects / FSharp.Data.GraphQL

FSharp implementation of Facebook GraphQL query language.
http://fsprojects.github.io/FSharp.Data.GraphQL/
MIT License
398 stars 73 forks source link

Broken dependency constraints via FSharp.Control.Reactive ? #505

Open njlr opened 7 hours ago

njlr commented 7 hours ago

FSharp.Data.GraphQL.Server 2.2.1 requires FSharp.Control.Reactive >= 5.0.5 and 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

So is the latest version impossible to install?

xperiandri commented 4 hours ago

I just install System.Reactive explicitly

xperiandri commented 4 hours ago

Also I'm going to migrate to R3 and https://github.com/fsprojects/FSharp.Control.R3/