You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Overview of new features in EF Core 11
4
+
author: roji
5
+
ms.date: 02/02/2026
6
+
uid: core/what-is-new/ef-core-11.0/whatsnew
7
+
---
8
+
9
+
# What's New in EF Core 11
10
+
11
+
EF Core 11.0 (EF11) is the next release after EF Core 10.0 and is currently in development.
12
+
13
+
> [!TIP]
14
+
> You can run and debug into the samples by [downloading the sample code from GitHub](https://github.com/dotnet/EntityFramework.Docs). Each section below links to the source code specific to that section.
15
+
16
+
EF11 requires the .NET 11 SDK to build and requires the .NET 11 runtime to run. EF11 will not run on earlier .NET versions, and will not run on .NET Framework.
0 commit comments