Skip to content

Commit 13b535b

Browse files
committed
Depend on EF 6.1.0
Otherwise we get: Could not load type 'System.Data.Entity.Migrations.Model.RenameIndexOperation' Fixes #44
1 parent 3d59c71 commit 13b535b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/EntityFramework6.Npgsql/EntityFramework6.Npgsql.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<tags>npgsql postgresql postgres data database entity framework ef orm</tags>
1818
<dependencies>
1919
<dependency id="Npgsql" version="3.1.0" />
20-
<dependency id="EntityFramework" version="6.0.0" />
20+
<dependency id="EntityFramework" version="6.1.0" />
2121
</dependencies>
2222
</metadata>
2323
<files>

0 commit comments

Comments
 (0)