We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94af319 commit b0c29b5Copy full SHA for b0c29b5
README.md
@@ -20,9 +20,12 @@ EntityFrameworkExtras provides some useful additions to EntityFramework such as
20
21
### Nuget
22
23
-* Entity Framework 4 - https://www.nuget.org/packages/EntityFrameworkExtras/
24
-* Entity Framework 5 - https://www.nuget.org/packages/EntityFrameworkExtras.EF5/
+* Entity Framework Core - https://www.nuget.org/packages/EntityFrameworkExtras.EFCore/
25
* Entity Framework 6 - https://www.nuget.org/packages/EntityFrameworkExtras.EF6/
+* Entity Framework 5 - https://www.nuget.org/packages/EntityFrameworkExtras.EF5/
26
+* Entity Framework 4 - https://www.nuget.org/packages/EntityFrameworkExtras/
27
+
28
29
30
### Executing a Stored Procedure with a User Defined Table Type
31
0 commit comments