MiniProfiler.Shared .NET 4.6.1 dependency on Microsoft.Extensions.DependencyInjection.Abstractions which supports only .NET Standard (Core)

I have a .NET 4.6.1 project and when I try to update miniprofiler to latest version it fails for the following reason:

update-package : Could not install package ‘Microsoft.Extensions.DependencyInjection.Abstractions 2.0.0’. You are trying to install this package into a project that targets
‘.NETFramework,Version=v4.6.1’, but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the
package author.

When I checked Microsoft.Extensions.DependencyInjection.Abstractions, I found that it’s only for .NET Standard

Any updates on this?
Seems like bit of an issue and not a very well documented one.