I have a new project that uses Entity Framework 5 with pleasure. After I added edmx to the solution, it added a link to EntityFramework version 5.
I created a unit test project and I need to use something in the EntityFramework library. However, there is no reference to EntityFramework. When I go to Add Reference, I cannot find it anywhere in the list.
I checked and my unit test references .NET 4.5. Any idea why I cannot add the link?
Nibblypig
source share