Hi all,
I'm running into this error, and I can't find any solution. I need this package to work with some legacy code, but I can't seem to install it through the nuget package manage in my IDE (VS2015).
I've tried targeting different frameworks, and have systemically gone through them all, as well as trying different versions of the package. Without fail, it tells me that every single combination is not viable, including combinations which others confirmed as working, such as Identity Core 2.2.0 and .NET Framework 4.5, as per error-on-installing-microsoft-asp-net-identity-core-2-2-0
For clarity's sake, this is an asp.net web application which I created by decompiling code from the existing site using Reflector, and then starting a new Web Application and including that source code. I've corrected a lot of errors, but haven't been able to find a solution for this one.