diff --git a/entity-framework/core/what-is-new/ef-core-6.0/plan.md b/entity-framework/core/what-is-new/ef-core-6.0/plan.md index 313996383c..819ea49303 100644 --- a/entity-framework/core/what-is-new/ef-core-6.0/plan.md +++ b/entity-framework/core/what-is-new/ef-core-6.0/plan.md @@ -2,12 +2,15 @@ title: Plan for Entity Framework Core 6.0 description: The themes and features planned for EF Core 6.0 author: ajcvickers -ms.date: 08/26/2021 +ms.date: 11/09/2021 uid: core/what-is-new/ef-core-6.0/plan --- # Plan for Entity Framework Core 6.0 +> [!IMPORTANT] +> EF Core 6.0 [has now been released](xref:core/what-is-new/index). This page remains as a historical record of the plan. + As described in the [planning process](xref:core/what-is-new/release-planning), we have gathered input from stakeholders into a plan for the Entity Framework Core (EF Core) 6.0 release. This plan is periodically updated to reflect schedule and scope adjustments. Unlike previous releases, this plan does not attempt to cover all work for the 6.0 release. Instead, it indicates where and how we intend to invest in this release, but with flexibility to adjust scope or pull in new work as we gather feedback and learn while working on the release. diff --git a/entity-framework/core/what-is-new/ef-core-6.0/whatsnew.md b/entity-framework/core/what-is-new/ef-core-6.0/whatsnew.md index e7cff42bb5..dc1e4edaf5 100644 --- a/entity-framework/core/what-is-new/ef-core-6.0/whatsnew.md +++ b/entity-framework/core/what-is-new/ef-core-6.0/whatsnew.md @@ -2,13 +2,13 @@ title: What's New in EF Core 6.0 description: Overview of new features in EF Core 6.0 author: ajcvickers -ms.date: 10/19/2021 +ms.date: 11/09/2021 uid: core/what-is-new/ef-core-6.0/whatsnew --- # What's New in EF Core 6.0 -EF Core 6.0 has reached release candidate quality. This page contains an overview of interesting changes introduced in this release. +EF Core 6.0 has [shipped to NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/). This page contains an overview of interesting changes introduced in this release. > [!TIP] > You can run and debug into the samples shown below by [downloading the sample code from GitHub](https://github.com/dotnet/EntityFramework.Docs/tree/main/samples/core/Miscellaneous/NewInEFCore6). diff --git a/entity-framework/core/what-is-new/index.md b/entity-framework/core/what-is-new/index.md index 118765bd73..65e40d1c71 100644 --- a/entity-framework/core/what-is-new/index.md +++ b/entity-framework/core/what-is-new/index.md @@ -2,7 +2,7 @@ title: EF Core releases and planning description: Current EF Core releases and schedule/planning details for future releases author: ajcvickers -ms.date: 08/26/2021 +ms.date: 11/09/2021 uid: core/what-is-new/index --- @@ -10,16 +10,17 @@ uid: core/what-is-new/index ## Stable releases -| Release | Target framework | Supported until | Links -|:--------|------------------|-----------------|------ -| [EF Core 5.0](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore) | .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) -| [EF Core 3.1](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/3.1.10) | .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/) -| ~~[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) -| ~~[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/) -| ~~[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/) -| ~~[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/) -| ~~[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/) -| ~~[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/) +| Release | Target framework | Supported until | Links | +|:----------------------------------------------------------------------------------------|-------------------|---------------------------|-------| +| [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) | +| [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) | +| [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/) | +| ~~[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) | +| ~~[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/) | +| ~~[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/) | +| ~~[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/) | +| ~~[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/) | +| ~~[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/) | See [supported platforms](xref:core/miscellaneous/platforms) for information about the specific platforms supported by each EF Core release. @@ -41,22 +42,8 @@ Patch releases usually ship monthly, but have a long lead time. We are working t See the [release planning process](xref:core/what-is-new/release-planning) for more information on how we decide what to ship in each release. We typically don't do detailed planning for further out than the next major or minor release. -## EF Core 6.0 +## EF Core 7.0 -The next planned stable release is **EF Core 6.0**, scheduled for **November 2021**. +The next planned stable release is **EF Core 7.0**, or just **EF7**, scheduled for **November 2022**. -A [high-level plan for EF Core 6.0](xref:core/what-is-new/ef-core-6.0/plan) has been created by following the documented [release planning process](xref:core/what-is-new/release-planning). - -Your feedback on planning is important. The best way to indicate the importance of an issue is to vote (thumbs-up 👍) for that issue on GitHub. This data will then feed into the planning process for the next release. - -### Get it now - -EF Core 6.0 packages are **available now** as - -* [Daily builds](https://github.com/dotnet/aspnetcore/blob/master/docs/DailyBuilds.md) - * All the latest features and bug fixes. Generally very stable; 75,000+ tests run against each build. -* [Previews on NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/6.0.0-preview.3.21201.2) - -Note that the previews lag behind daily builds, but are tested to work with the corresponding ASP.NET Core and .NET Core previews. - -Using the previews or daily builds is a great way to find issues and provide feedback as early as possible. The sooner we get such feedback, the more likely it will be actionable before the next official release. +A high-level plan for EF7 is coming soon.