Currently I have Entity Framework 5.0 installed in Visual Studio 2012. For some reason the project only is supported by EF 4.4.0.0.
So I installed EF 4.4.0.0 but I have the error in the Nuget command line:
PM> Install-Package EntityFramework -Version 4.4.0.0 Install-Package : Unable to find version '4.4.0.0' of package 'EntityFramework'. At line:1 char:1 + Install-Package EntityFramework -Version 4.4.0.0 + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
PM>