Fable.SignalR icon indicating copy to clipboard operation
Fable.SignalR copied to clipboard

Incorrect package minimum for dependency

Open isaacabraham opened this issue 3 years ago • 3 comments

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.

isaacabraham avatar Aug 24 '21 15:08 isaacabraham

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)

kentcb avatar Sep 01 '21 02:09 kentcb

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 avatar Sep 04 '21 21:09 Shmew

@Shmew I am using NuGet, yes

kentcb avatar Sep 14 '21 23:09 kentcb