File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -84,15 +84,16 @@ public class Startup
84
84
85
85
## Compatibility
86
86
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.
88
88
See also our [ versioning policy] ( ./VERSIONING_POLICY.md ) .
89
89
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 |
96
97
97
98
## Contributing
98
99
You can’t perform that action at this time.
0 commit comments