File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -89,13 +89,16 @@ public class Startup
8989The following chart should help you pick the best version, based on your environment.
9090See 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
You can’t perform that action at this time.
0 commit comments