Error Installing Hangfire or Hangfire.core

Trying to install Hangfire and seeing issues finding dependencies as well as
Install-Package -Name “Hangfire.core” -ProviderName Nuget -Verbose
and
Install-Package -Name “Hangfire.core” -Verbose
both failed.

VERBOSE: Retry downloading
https://api.nuget.org/v3/registration5-gz-semver2/system.runtime.compilerservices.unsafe/6.0.json’ for ‘0’ more times

VERBOSE: Retry downloading ‘https://api.nuget.org/v3/registration5-gz-semver2/system.numerics.vectors/4.0.json’ for ‘0’
more times

Install-Package : Dependency loop detected for package ‘Hangfire.Core’.
At line:1 char:1

  • Install-Package -Name “Hangfire.core” -ProviderName Nuget -Verbose
  •   + CategoryInfo          : Deadlock detected: (Hangfire.Core:String) [Install-Package], Exception
      + FullyQualifiedErrorId : DependencyLoopDetected,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackage