Zaid-Ajaj / Fable.Remoting

Type-safe communication layer (RPC-style) for F# featuring Fable and .NET Apps
https://zaid-ajaj.github.io/Fable.Remoting/
MIT License
272 stars 54 forks source link

Giraffe downgrade #309

Closed pkese closed 2 years ago

pkese commented 2 years ago

I've noticed that upgrading Fable.Remoting.Giraffe from 5.9.0 to 5.11.0 downgraded my Giraffe install from 6.0 to 5.0.

Was this intended or accidental? Are there some known issues with Fable.Remoting + Giraffe 6?

Zaid-Ajaj commented 2 years ago

Hi there @pkese, that is definitely a mistake. Seems like the requirement Giraffe >= 5.0.0 now became Giraffe=5.0.0 which is definitely not as intended. Let me fix that