Dependency Injection in netcore with Hangfire.Autofac

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

Found a pull request for this so hopefully it wont take too long to happen :slight_smile:

Wont let me post the link so here you just remove the extra h at the start

hhttps://github.com/HangfireIO/Hangfire.Autofac/pull/11