Skip to content

Commit

Permalink
Update to include EF Core 8.0 (#4689)
Browse files Browse the repository at this point in the history
  • Loading branch information
davepcallan committed Mar 20, 2024
1 parent e9a0b54 commit b85a589
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entity-framework/core/miscellaneous/platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ Several older .NET implementations are no longer supported. See the sections bel

| EF Core | .NET & .NET Core | .NET Standard | .NET Framework |
|-------------------|------------------|---------------|----------------|
| **8.0** | 8.0 | | |
| **7.0** | 6.0 | | |
| **6.0** | 6.0 | | |
| ~~**5.0**~~ (EOL) | 5.0 | 2.1 | |
| ~~**3.1**~~ (EOL) | 3.1 | 2.0 | 4.7.2 |

## .NET

EF Core is a .NET library. Both EF Core versions 6.0 and 7.0 target .NET version 6.0. In general, we target the latest [LTS release](/lifecycle/products/microsoft-net-and-net-core) of .NET. This enables you to upgrade to a newer, STS release of EF Core to take advantage of the latest features without having to upgrade your entire app. There may be exceptions to this, however, as runtime features sometimes get added that require us to depend on the latest version of .NET.
EF Core is a .NET library. EF Core version 8.0 targets .NET version 8.0, while both EF Core versions 6.0 and 7.0 target .NET version 6.0. In general, we target the latest [LTS release](/lifecycle/products/microsoft-net-and-net-core) of .NET. This enables you to upgrade to a newer, STS release of EF Core to take advantage of the latest features without having to upgrade your entire app. There may be exceptions to this, however, as runtime features sometimes get added that require us to depend on the latest version of .NET.

.NET supports multiple platforms including Windows, Linux, macOS, iOS, Android, and Wasm. For more details on which version are supported, see the [.NET Supported OS Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md).

Expand Down

0 comments on commit b85a589

Please sign in to comment.