Performance Counters in Core

I have a dotNet Core project that is using Hangfire Pro. We wanted to add performance counters to this project but when we added it, we got the following message.

Warning NU1701 Package ‘Hangfire.Pro.PerformanceCounters 2.1.1’ was restored using ‘.NETFramework,Version=v4.6.1’ instead of the project target framework ‘.NETCoreApp,Version=v2.0’. This package may not be fully compatible with your project.

We also found that app.UseHangfirePerformanceCounters() was not a method we could call. (Did not show up in IntelliSense.)

Is there a version that works in dotNet Core?
If not, is that scheduled to be done any time soon?

Thanks