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.