Hangfire Pro & .net Core

Hi,
I am trying to add Hangfire.Pro into a .NET Core library, but I get this error:

Package Hangfire.Pro 1.4.7 is not compatible with netstandard1.6.1 (.NETStandard,Version=v1.6.1). Package Hangfire.Pro 1.4.7 supports: net45 (.NETFramework,Version=v4.5)
One or more packages are incompatible with .NETStandard,Version=v1.6.1.

No problem to use Hangfire (1.6.7) instead. Is there something I am doing wrong or do you not support .NET Core for the Pro features?

Thanks in advance,
Martino.

Hi @ezu! .NET Core is supported by Hangfire.Pro package only since the 1.5.0-alpha2 version. No other features added yet to this version, so that suffix means only there will be new changes, and says nothing about the quality.

Hi @odinserj,
Thanks for your help, this solved the issue for me.

Martino.