Skip to content

Commit 7e13def

Browse files
authored
Mark EF Core 5.0 as out-of-support. (#3874)
1 parent 223ff2e commit 7e13def

File tree

1 file changed

+13
-13
lines changed
  • entity-framework/core/what-is-new

1 file changed

+13
-13
lines changed

entity-framework/core/what-is-new/index.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22
title: EF Core releases and planning
33
description: Current EF Core releases and schedule/planning details for future releases
44
author: ajcvickers
5-
ms.date: 11/09/2021
5+
ms.date: 05/26/2022
66
uid: core/what-is-new/index
77
---
88

99
# EF Core releases and planning
1010

1111
## Stable releases
1212

13-
| Release | Target framework | Supported until | Links |
14-
|:----------------------------------------------------------------------------------------|-------------------|---------------------------|-------|
15-
| [EF Core 6.0](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore) | .NET 6 | November 8, 2024 (LTS) | [What's new](xref:core/what-is-new/ef-core-6.0/whatsnew) / [Breaking changes](xref:core/what-is-new/ef-core-6.0/breaking-changes) |
16-
| [EF Core 5.0](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/5.0.12) | .NET Standard 2.1 | Mid May, 2022 | [Announcement](https://devblogs.microsoft.com/dotnet/announcing-the-release-of-ef-core-5-0/) / [Breaking changes](xref:core/what-is-new/ef-core-5.0/breaking-changes) |
17-
| [EF Core 3.1](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/3.1.21) | .NET Standard 2.0 | December 3, 2022 (LTS) | [Announcement](https://devblogs.microsoft.com/dotnet/announcing-entity-framework-core-3-1-and-entity-framework-6-4/) |
18-
| ~~[EF Core 3.0](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/3.0.3)~~ | .NET Standard 2.1 | Expired March 3, 2020 | [Announcement](https://devblogs.microsoft.com/dotnet/announcing-ef-core-3-0-and-ef-6-3-general-availability/) / [Breaking changes](xref:core/what-is-new/ef-core-3.x/breaking-changes) |
19-
| ~~[EF Core 2.2](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/2.2.6)~~ | .NET Standard 2.0 | Expired December 23, 2019 | [Announcement](https://devblogs.microsoft.com/dotnet/announcing-entity-framework-core-2-2/) |
20-
| ~~[EF Core 2.1](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/2.1.14)~~ | .NET Standard 2.0 | Expired August 21, 2021* | [Announcement](https://devblogs.microsoft.com/dotnet/announcing-entity-framework-core-2-1/) |
21-
| ~~[EF Core 2.0](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/2.0.3)~~ | .NET Standard 2.0 | Expired October 1, 2018 | [Announcement](https://devblogs.microsoft.com/dotnet/announcing-entity-framework-core-2-0/) |
22-
| ~~[EF Core 1.1](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/1.1.6)~~ | .NET Standard 1.3 | Expired June 27 2019 | [Announcement](https://devblogs.microsoft.com/dotnet/announcing-entity-framework-core-1-1/) |
23-
| ~~[EF Core 1.0](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/1.0.6)~~ | .NET Standard 1.3 | Expired June 27 2019 | [Announcement](https://devblogs.microsoft.com/dotnet/entity-framework-core-1-0-0-available/) |
13+
| Release | Target framework | Supported until | Links |
14+
|:---------------------------------------------------------------------------------------|-------------------|---------------------------|-------|
15+
| [EF Core 6.0](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore) | .NET 6 | November 8, 2024 (LTS) | [What's new](xref:core/what-is-new/ef-core-6.0/whatsnew) / [Breaking changes](xref:core/what-is-new/ef-core-6.0/breaking-changes) |
16+
| ~~[EF Core 5.0](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/5.0.12)~~ | .NET Standard 2.1 | Expired May 10, 2022 | [Announcement](https://devblogs.microsoft.com/dotnet/announcing-the-release-of-ef-core-5-0/) / [Breaking changes](xref:core/what-is-new/ef-core-5.0/breaking-changes) |
17+
| [EF Core 3.1](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/3.1.21) | .NET Standard 2.0 | December 3, 2022 (LTS) | [Announcement](https://devblogs.microsoft.com/dotnet/announcing-entity-framework-core-3-1-and-entity-framework-6-4/) |
18+
| ~~[EF Core 3.0](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/3.0.3)~~ | .NET Standard 2.1 | Expired March 3, 2020 | [Announcement](https://devblogs.microsoft.com/dotnet/announcing-ef-core-3-0-and-ef-6-3-general-availability/) / [Breaking changes](xref:core/what-is-new/ef-core-3.x/breaking-changes) |
19+
| ~~[EF Core 2.2](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/2.2.6)~~ | .NET Standard 2.0 | Expired December 23, 2019 | [Announcement](https://devblogs.microsoft.com/dotnet/announcing-entity-framework-core-2-2/) |
20+
| ~~[EF Core 2.1](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/2.1.14)~~ | .NET Standard 2.0 | Expired August 21, 2021* | [Announcement](https://devblogs.microsoft.com/dotnet/announcing-entity-framework-core-2-1/) |
21+
| ~~[EF Core 2.0](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/2.0.3)~~ | .NET Standard 2.0 | Expired October 1, 2018 | [Announcement](https://devblogs.microsoft.com/dotnet/announcing-entity-framework-core-2-0/) |
22+
| ~~[EF Core 1.1](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/1.1.6)~~ | .NET Standard 1.3 | Expired June 27 2019 | [Announcement](https://devblogs.microsoft.com/dotnet/announcing-entity-framework-core-1-1/) |
23+
| ~~[EF Core 1.0](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/1.0.6)~~ | .NET Standard 1.3 | Expired June 27 2019 | [Announcement](https://devblogs.microsoft.com/dotnet/entity-framework-core-1-0-0-available/) |
2424

2525
See [supported platforms](xref:core/miscellaneous/platforms) for information about the specific platforms supported by each EF Core release.
2626

@@ -46,4 +46,4 @@ See the [release planning process](xref:core/what-is-new/release-planning) for m
4646

4747
The next planned stable release is **EF Core 7.0**, or just **EF7**, scheduled for **November 2022**.
4848

49-
A high-level plan for EF7 is coming soon.
49+
See the [high-level plan for EF7](xref:core/what-is-new/ef-core-7.0/plan) for more information.

0 commit comments

Comments
 (0)