Skip to content

Commit 2302008

Browse files
author
Bart Koelman
committed
Clarified version table
1 parent feef12a commit 2302008

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,16 @@ public class Startup
8484

8585
## Compatibility
8686

87-
A lot of changes were introduced in v4. The following chart should help you pick the best version, based on your environment.
87+
The following chart should help you pick the best version, based on your environment.
8888
See also our [versioning policy](./VERSIONING_POLICY.md).
8989

90-
| .NET Version | EF Core Version | JsonApiDotNetCore Version |
91-
| ----------------- | --------------- | ------------------------- |
92-
| .NET Core 2.x | 2.x | v3.x |
93-
| .NET Core 3.1 | 3.1, 5 | v4.x |
94-
| .NET 5 | 5 | v4.x, v5.x |
95-
90+
| .NET version | EF Core version | JsonApiDotNetCore version |
91+
| ------------ | --------------- | ------------------------- |
92+
| Core 2.x | 2.x | 3.x |
93+
| Core 3.1 | 3.1 | 4.x |
94+
| Core 3.1 | 5 | 4.x |
95+
| 5 | 5 | 4.x or 5.x |
96+
| 6 | 6 | 5.x |
9697

9798
## Contributing
9899

0 commit comments

Comments
 (0)