Skip to content

Instantly share code, notes, and snippets.

@pysco68
Last active August 29, 2015 14:07
Embed
What would you like to do?
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