I created a ASP.NET project which included EF 6.1.3
Its show package version=\"6.1.3\" and in Web.config version 6.0.0.0
However in web.config i still have
Version 6.1.3 that you download through NuGet has an actual product version of 6.0.0, they are the same thing. See Microsoft Download Centre
Your error with namespace 'infrastructure' is discussed here and could just need a reference to System.Data.Entity.dll
You need to add the reference to System.Data.Entity.dll
in your project. Also try to add EntityFramework.dll by browsing it to C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE and then choose EntityFramework.dll
.