You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.
I'm trying to install the Microsoft.AspNet.Identity.AspNetCoreCompat package in an ASP.NET MVC 4.6.1 application but I'm receiving the error:
Failed to add reference. The package 'Microsoft.AspNet.Identity.AspNetCoreCompat' tried to add a framework reference to 'System.Collections' which was not found in the GAC. This is possibly a bug in the package. Please contact the package owners for assistance.
How to replicate:
Create an ASP.NET MVC 4.6.1 application with Individual User Accounts
Try to install AspNet.Identity.CoreCompat package
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to install the Microsoft.AspNet.Identity.AspNetCoreCompat package in an ASP.NET MVC 4.6.1 application but I'm receiving the error:
Failed to add reference. The package 'Microsoft.AspNet.Identity.AspNetCoreCompat' tried to add a framework reference to 'System.Collections' which was not found in the GAC. This is possibly a bug in the package. Please contact the package owners for assistance.
How to replicate:
Create an ASP.NET MVC 4.6.1 application with Individual User Accounts
Try to install AspNet.Identity.CoreCompat package
The text was updated successfully, but these errors were encountered: