Skip to content

Commit

Permalink
Depend on EF 6.1.0
Browse files Browse the repository at this point in the history
Otherwise we get:
Could not load type 'System.Data.Entity.Migrations.Model.RenameIndexOperation'

Fixes #44
  • Loading branch information
roji committed Jul 14, 2016
1 parent 3d59c71 commit 13b535b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EntityFramework6.Npgsql/EntityFramework6.Npgsql.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<tags>npgsql postgresql postgres data database entity framework ef orm</tags>
<dependencies>
<dependency id="Npgsql" version="3.1.0" />
<dependency id="EntityFramework" version="6.0.0" />
<dependency id="EntityFramework" version="6.1.0" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 13b535b

Please sign in to comment.