Update README.md

Add a compatibility matrix
pull/139/head
Christopher Jolly 3 years ago committed by GitHub
parent 0c8e8d296d
commit 3cfed1cb8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,13 @@
`EntityFrameworkCore.Jet` is an Entity Framework Core provider for Microsoft Jet/ACE databases (supporting the Microsoft Access database file formats `MDB` and `ACCDB`).
The provider is .NET Standard 2.0 compatible, so it can be used with .NET (Core) 2.0+ and .NET Framework 4.6.1+.
## Compatibility Matrix
| EntityFrameworkCore.Jet Version | EntityFrameworkCore Version | .NET Core |
| ------------- | ------------- | ------------- |
| 7.0.x | 7.0.x | 6.0.x/7.0.x |
| 6.0.x | 6.0.x | 6.0.x |
The major version corresponds to the major version of EF Core (i.e. EFCore.Jet `3.x` is compatible with EF Core `3.y`).
It runs on Windows operating systems only and can be used with either ODBC or OLE DB together with their respective Access Database driver/provider.

Loading…
Cancel
Save