From 3cfed1cb8fd7cb3672a77c06e485d7c330a48879 Mon Sep 17 00:00:00 2001 From: Christopher Jolly Date: Sun, 2 Jul 2023 23:45:33 +0800 Subject: [PATCH] Update README.md Add a compatibility matrix --- docs/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index fb9ea97..4da2c65 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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.