I 'm trying to install EF7 rc1 to an existing project:
PM> Install-Package EntityFramework.MicrosoftSqlServer –Pre
but I get the following error:
Install failed. Rolling back...
Package 'Microsoft.Extensions.Logging 1.0.0-rc1-final' does not exist in project 'XYZ'
And at in the end of the trace I get this other message:
Install-Package : Failed to add reference to 'System.Collections.Concurrent'. Please make sure that it is in the Global Assembly Cache.
I googled and can see that Concurrent collection have been in dotnet for a while but I have not such assembly in my dev box.
Update:
After querying the gac with gacutil
I realize that indeed the assembly is present:
The Global Assembly Cache contains the following assemblies:
System.Collections.Concurrent, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL