Fable.SignalR
Fable.SignalR copied to clipboard
Incorrect package minimum for dependency
This project needs Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson 5.0.7 yet in NuGet the package ranges are (>= 5.0.0 && < 6.0.0).
When using NuGet client this causes runtime errors as NuGet defaults to 5.0.0 for this transitive when it needs at least 5.0.7.
Another related problem is that Fable.SignalR.AspNetCore
depends on Fable.Remoting.Json
2.17 but the NuGet has (>= 2.0.0 && < 3.0.0)
I've admittedly had to struggle quite a bit to get Paket to build the NuGet package and handle multiple frameworks. I hadn't ever run into these issues when using this in my own projects, were you using NuGet itself instead of Paket?
@Shmew I am using NuGet, yes