When trying to add the library to my new v5 SAFE-STACK app with command:
dotnet paket add Feliz.Plotly --version 2.1.0 -p Client
results in the following error:
Conflict detected:
- SAFE.Client 5.0.4 requested package Fable.Core: >= 4.3 < 5.0
- Feliz.Plotly 2.1.0 requested package Fable.Core: >= 3.2.7 < 4.0
Is there a possibility to update the dependencies of Feliz.Plotly?
Best regards!