Install EntityFramework 5

Open the project

PM> install-package entityframework -version 5.0.0.0

 

Installing ‘EntityFramework 5.0.0’.
Successfully installed ‘EntityFramework 5.0.0’.
Adding ‘EntityFramework 5.0.0’ to MVCDemoTest.
Successfully added ‘EntityFramework 5.0.0’ to MVCDemoTest.

Type ‘get-help EntityFramework’ to see all available Entity Framework commands.

 

 

PM>

Leave a comment