@@ -15,8 +15,8 @@ The following versions of MySqlConnector, EF Core, .NET (Core), .NET Standard an
15
15
16
16
Release | Branch | MySqlConnector | EF Core | .NET Standard | .NET (Core) | .NET Framework
17
17
--- | --- | --- | --- | --- | --- | ---
18
- [ 6.0.0-< br />rc.2 ] ( https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql/6.0.0-rc.2 ) | [ master] ( https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/tree/master ) | >= 2.0.0-rc.1 | 6.0.0-< br />rc.2 | N/A | 6.0+ | N/A
19
- [ 5.0.2 ] ( https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql/5.0.2 ) | [ 5.0-maint] ( https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/tree/5.0-maint ) | >= 1.3.13 | 5.0.x | 2.1 | 3.0+ | N/A
18
+ [ 6.0.0] ( https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql/6.0.0 ) | [ master] ( https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/tree/master ) | >= 2.0.0 | 6.0.x | N/A | 6.0+ | N/A
19
+ [ 5.0.3 ] ( https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql/5.0.3 ) | [ 5.0-maint] ( https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/tree/5.0-maint ) | >= 1.3.13 | 5.0.x | 2.1 | 3.0+ | N/A
20
20
[ 3.2.7] ( https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql/3.2.7 ) | [ 3.2-maint] ( https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/tree/3.2-maint ) | >= 0.69.10 < 1.0.0 | 3.1.x | 2.0 | 2.0+ | 4.6.1+
21
21
[ 2.2.6] ( https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql/2.2.6 ) | [ 2.2-maint] ( https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/tree/2.2-maint ) | >= 0.59.2 < 1.0.0 | 2.2.6 | 2.0 | 2.0+ | 4.6.1+
22
22
@@ -44,13 +44,8 @@ Currently supported versions are:
44
44
45
45
Milestone | Status | Release Date
46
46
----------|--------|-------------
47
- 6.0.0 | Announced | 2021-11-09 (see [ #1413 ] ( https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/issues/1413 ) )
48
- 6.0.0-rc.2 | Released | 2021-11-09
49
- 6.0.0-rc.1 | Released | 2021-11-09
50
- 6.0.0-preview.7 | Released | 2021-10-07
51
- 6.0.0-preview.6 | Released | 2021-10-04
52
- 6.0.0-preview.5 | Released | 2021-06-27
53
- 6.0.0-preview.4 | Released | 2021-05-25
47
+ 6.0.0 | Released | 2021-11-09 (see [ #1413 ] ( https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/issues/1413 ) )
48
+ 5.0.3 | Released | 2021-11-09
54
49
5.0.2 | Released | 2021-10-04
55
50
3.2.7 | Released | 2021-10-04
56
51
3.0.1 | Released | 2019-12-04
@@ -59,8 +54,6 @@ Milestone | Status | Release Date
59
54
60
55
## Nightly Builds
61
56
62
- Our ** latest** nightly builds currently target EF Core ` 6.0.0 ` RTM.
63
-
64
57
To use nightly builds from our Azure DevOps feed, add a ` NuGet.config ` file to your solution root with the following content and enable _ prereleases_ :
65
58
66
59
``` xml
@@ -80,7 +73,7 @@ To use nightly builds from our Azure DevOps feed, add a `NuGet.config` file to y
80
73
Ensure that your ` .csproj ` file contains the following reference:
81
74
82
75
``` xml
83
- <PackageReference Include =" Pomelo.EntityFrameworkCore.MySql" Version =" 5 .0.2 " />
76
+ <PackageReference Include =" Pomelo.EntityFrameworkCore.MySql" Version =" 6 .0.0 " />
84
77
```
85
78
86
79
### 2. Services Configuration
0 commit comments