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 ef82ce2 commit 4e9d00bCopy full SHA for 4e9d00b
Provider/docs/entity-framework-6.md
@@ -26,6 +26,7 @@
26
</entityFramework>
27
```
28
* Create your `DbContext`.
29
+* Firebird 2.5 and up is supported.
30
31
### Code
32
Provider/docs/entity-framework-core.md
@@ -1,8 +1,9 @@
1
-# Entity Framework Core 3.x
+# Entity Framework Core 5.x
2
3
* Install `FirebirdSql.EntityFrameworkCore.Firebird` from NuGet.
4
5
* Call `UseFirebird` in `OnConfiguring`.
6
+* Firebird 3 and up is supported.
7
8
9
0 commit comments