From d7ff26743895b417e0adcb9a025d10c60d3b90fe Mon Sep 17 00:00:00 2001 From: Erik Ejlskov Jensen Date: Fri, 13 Dec 2024 13:56:27 +0100 Subject: [PATCH] Update platforms --- entity-framework/core/miscellaneous/platforms.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/entity-framework/core/miscellaneous/platforms.md b/entity-framework/core/miscellaneous/platforms.md index 6db48089db..7de7fc4b34 100644 --- a/entity-framework/core/miscellaneous/platforms.md +++ b/entity-framework/core/miscellaneous/platforms.md @@ -14,15 +14,16 @@ Several older .NET implementations are no longer supported. See the sections bel | EF Core | .NET & .NET Core | .NET Standard | .NET Framework | |-------------------|------------------|---------------|----------------| +| **9.0** | 8.0 | | | | **8.0** | 8.0 | | | -| **7.0** | 6.0 | | | -| **6.0** | 6.0 | | | +| ~~**7.0**~~ (EOL) | 6.0 | | | +| ~~**6.0**~~ (EOL) | 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. 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. +EF Core is a .NET library. EF Core version versions 8.0 and 9.0 both target .NET version 8.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).