From bc12ac0f8ec26efb3ff30b838cc598bea64374cf Mon Sep 17 00:00:00 2001 From: Laurents Meyer Date: Tue, 10 Dec 2019 20:25:46 +0100 Subject: [PATCH] Correct supported .NET Framework versions According to https://github.com/aspnet/EntityFramework.Docs/pull/1980 it is `4.7.2` and not `4.6.1`. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87de5f69a..d4be8f5aa 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ The following versions of EF Core and .NET Standard are compatible with `Pomelo. Pomelo.EntityFrameworkCore.MySql | EF Core | .NET Standard | .NET Core | .NET Framework -- | -- | -- | -- | -- -[3.1.0-rc1](https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql/3.1.0-rc1.final) | 3.1.0 | 2.0 | 2.0+ | 4.6.1+ +[3.1.0-rc1](https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql/3.1.0-rc1.final) | 3.1.0 | 2.0 | 2.0+ | 4.7.2+ [3.0.1](https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql/3.0.1) | 3.0.1 | 2.1 | 3.0+ | N/A -[2.2.6](https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql/2.2.6) | 2.2.6 | 2.0 | 2.0+ | 4.6.1+ +[2.2.6](https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql/2.2.6) | 2.2.6 | 2.0 | 2.0+ | 4.7.2+ ### Supported DBMS and Versions