I’m getting the below error when I try to install Hangfire on my project in Visual Studio 2013
PM> Install-Package Hangfire
Attempting to resolve dependency ‘Hangfire.Core (= 1.3.4)’.
Attempting to resolve dependency ‘Owin (≥ 1.0)’.
Attempting to resolve dependency ‘Newtonsoft.Json (≥ 5.0.0)’.
Install-Package : External packages cannot depend on packages that target projects.
At line:1 char:16
- Install-Package <<<< Hangfire
- CategoryInfo : NotSpecified: ( [Install-Package], InvalidOperationException
- FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand