Skip to content

Commit 801ecd8

Browse files
committed
Stub for EF 11 what's new docs
1 parent dce6f91 commit 801ecd8

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: What's New in EF Core 11
3+
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.

entity-framework/toc.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@
6161
href: core/what-is-new/index.md
6262
- name: Release planning process
6363
href: core/what-is-new/release-planning.md
64+
- name: EF Core 11.0
65+
items:
66+
- name: "What's new?"
67+
href: core/what-is-new/ef-core-11.0/whatsnew.md
68+
- name: Breaking changes
69+
href: core/what-is-new/ef-core-11.0/breaking-changes.md
70+
- name: Provider-facing changes
71+
href: core/what-is-new/ef-core-11.0/provider-facing-changes.md
6472
- name: EF Core 10.0
6573
items:
6674
- name: "What's new?"

0 commit comments

Comments
 (0)