Skip to content

Instantly share code, notes, and snippets.

@rahuldass
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rahuldass/70114547625be1fcf4f0 to your computer and use it in GitHub Desktop.
Save rahuldass/70114547625be1fcf4f0 to your computer and use it in GitHub Desktop.
Downgrade Entity Framework from 6 to 5 #entity-framework

###Downgrade Entity Framework from 6 to 5

In Nuget package console type:

Uninstall-package EntityFramework
Install-Package EntityFramework -version 5.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment