Skip to content

Commit 4e9d00b

Browse files
committed
Updated docs.
1 parent ef82ce2 commit 4e9d00b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Provider/docs/entity-framework-6.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
</entityFramework>
2727
```
2828
* Create your `DbContext`.
29+
* Firebird 2.5 and up is supported.
2930

3031
### Code
3132

Provider/docs/entity-framework-core.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# Entity Framework Core 3.x
1+
# Entity Framework Core 5.x
22

33
* Install `FirebirdSql.EntityFrameworkCore.Firebird` from NuGet.
44
* Create your `DbContext`.
55
* Call `UseFirebird` in `OnConfiguring`.
6+
* Firebird 3 and up is supported.
67

78
### Code
89

0 commit comments

Comments
 (0)