PS E:\Webdev\Fable\CFR-In-Fable\src\Server> paket add Fable.SignalR.Elmish
Paket version 7.2.1+8e4eb74b42fbd45f39f7afce9184c16ebb65f16c
Adding package 'Fable.SignalR.Elmish'
Resolving dependency graph...
Conflict detected:
- Fable.SignalR.Elmish 0.11.5 requested package Fable.Elmish: >= 3.1 < 4.0
- Elmish.Bridge.Client 7.0.2 requested package Fable.Elmish: >= 4.0
- Fable.Elmish.React 4.0 requested package Fable.Elmish: >= 4.0
At this point the library is out of date and needs upgrading.
Fable.FastCheck (0.33)
Fable.Core (>= 3.2.8 < 4.0)
Fable.Elmish (>= 3.1 < 4.0)
Fable.Promise (>= 2.2.2 < 3.0)
FSharp.Core (>= 4.7.2)
In particular the library that is blocking us here is this one. Since FastCheck is just for testing, would it be possible to omit it?
At this point the library is out of date and needs upgrading.
In particular the library that is blocking us here is this one. Since FastCheck is just for testing, would it be possible to omit it?