Skip to content

Commit

Permalink
Correct supported .NET Framework versions
Browse files Browse the repository at this point in the history
According to dotnet/EntityFramework.Docs#1980 it is `4.7.2` and not `4.6.1`.
  • Loading branch information
lauxjpn committed Dec 10, 2019
1 parent 79ca284 commit bc12ac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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

Expand Down

0 comments on commit bc12ac0

Please sign in to comment.