Skip to content

Commit

Permalink
Update README.md to correct supported .NET (Core) versions (#238)
Browse files Browse the repository at this point in the history
Providers are usually compatible with future .NET versions, not just the version that was current at the time of the release.

(They are usually only compatible with one specific EF Core major version though.)
  • Loading branch information
lauxjpn committed Apr 17, 2024
1 parent 4dda3e4 commit 49b9a9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

## Compatibility Matrix

| EntityFrameworkCore.Jet Version | EntityFrameworkCore Version | .NET Core | Notes |
| EntityFrameworkCore.Jet Version | EntityFrameworkCore Version | .NET (Core) | Notes |
| ------------- | ------------- | ------------- | ------------- |
| 8.0.x | 8.0.x | 8.0.x | Alpha 2 onwards is compatible with EF Core RTM |
| 7.0.x | 7.0.x | 6.0.x/7.0.x |
| 6.0.x | 6.0.x | 6.0.x |
| 8.0.x | 8.0.x | 8.0+ | Alpha 2 onwards is compatible with EF Core RTM |
| 7.0.x | 7.0.x | 6.0+ |
| 6.0.x | 6.0.x | 6.0+ |

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.
Expand Down

0 comments on commit 49b9a9c

Please sign in to comment.