Skip to content

Commit 12b23bf

Browse files
author
Bart Koelman
committed
Updated version compatibility table
1 parent 2e9ca6a commit 12b23bf

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,16 @@ public class Startup
8989
The following chart should help you pick the best version, based on your environment.
9090
See also our [versioning policy](./VERSIONING_POLICY.md).
9191

92-
| .NET version | Entity Framework Core version | JsonApiDotNetCore version |
93-
| ------------ | ----------------------------- | ------------------------- |
94-
| Core 2.x | 2.x | 3.x |
95-
| Core 3.1 | 3.1 | 4.x |
96-
| Core 3.1 | 5 | 4.x |
97-
| 5 | 5 | 4.x or 5.x |
98-
| 6 | 6 | 5.x |
92+
| JsonApiDotNetCore | .NET | Entity Framework Core | Status |
93+
| ----------------- | -------- | --------------------- | -------------------------- |
94+
| 3.x | Core 2.x | 2.x | Released |
95+
| 4.x | Core 3.1 | 3.1 | Released |
96+
| | Core 3.1 | 5 | |
97+
| | 5 | 5 | |
98+
| | 6 | 5 | |
99+
| v5.x (pending) | 5 | 5 | On AppVeyor, to-be-dropped |
100+
| | 6 | 5 | On AppVeyor, to-be-dropped |
101+
| | 6 | 6 | Requires build from master |
99102

100103
## Contributing
101104

0 commit comments

Comments
 (0)