Hi I am trying to write a hangfire server with netcore. I have the Hangfire.Pro package but when trying to grab the Hangfire.Autofac package get the following error.
Package HangFire.Autofac 2.2.0 is not compatible with netcoreapp1.1 (.NETCoreApp,Version=v1.1). Package HangFire.Autofac 2.2.0 supports: net45 (.NETFramework,Version=v4.5)
Clearly that shows the problem. I am just wondering if there is a timeframe on when this package might support the .NETStandard1.3 (which Hangfire and Hangfire.Pro support)?
Thanks
Matt