Skip to content

Instantly share code, notes, and snippets.

@pysco68
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 pysco68/8446a65d003d33fcf9b7 to your computer and use it in GitHub Desktop.
Save pysco68/8446a65d003d33fcf9b7 to your computer and use it in GitHub Desktop.
Install EntityFramework and the MySQL Connector
# EF 6.1.1 at the time of writing
Install-Package EntityFramework
# MySQL Connector/NET 6.9.3
Install-Package MySql.Data.Entity
# ASP.NET Identity 2.0 EF context
Install-Package Microsoft.AspNet.Identity.EntityFramework
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment