Also the dependency should be a non-dev dependency so you can remove DevDependency="true" from the femto metadata
Also this packages take too many nuget packages as dependencies
You only need Feliz as a dependency (update paket.references to only require Feliz).
Preferably the target framework can be netstandard2.0 for maximum compatibility with Fable projects that aren't using dotnet 5.0
Hi @tforkmann it seems that the nuget package doesn't include any Fable sources which means it will break when installed from a project
You need to include the sources using
Also the dependency should be a non-dev dependency so you can remove
DevDependency="true"
from the femto metadata Also this packages take too many nuget packages as dependenciesYou only need
Feliz
as a dependency (update paket.references to only require Feliz).Preferably the target framework can be
netstandard2.0
for maximum compatibility with Fable projects that aren't using dotnet 5.0