I\'m getting the following error in NuGet while trying to install package Microsoft.AspNet.Server.IIS
Microsoft.AspNet.Server.IIS
Attempting to resolve dependency \'Microso
In a project using vs 2010, I was only able to solve the problem by installing an older version of the package that I needed via Package Manager Console.
This command worked:
PM> Install-Package EPPlus -Version 4.5.3.1
This command did not work:
PM> Install-Package EPPlus -Version 4.5.3.2