Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
a283eb0
[release-notes] .NET 11 Preview 7 base metadata
Copilot Aug 2, 2026
1830911
[release-notes] Entity Framework Core in .NET 11 Preview 7 (#10506)
danroth27 Aug 3, 2026
a0ef707
[release-notes] WPF in .NET 11 Preview 7 (#10514)
danroth27 Aug 4, 2026
1f8694d
[release-notes] F# in .NET 11 Preview 7 (#10507)
danroth27 Aug 5, 2026
e1604fc
[release-notes] MSBuild in .NET 11 Preview 7 (#10509)
danroth27 Aug 6, 2026
f871ddd
[release-notes] SDK in .NET 11 Preview 7 (#10512)
danroth27 Aug 6, 2026
70237f4
[release-notes] NuGet in .NET 11 Preview 7 (#10510)
danroth27 Aug 6, 2026
a606dca
[release-notes] ASP.NET Core in .NET 11 Preview 7 (#10502)
danroth27 Aug 10, 2026
210bb9f
[release-notes] C# in .NET 11 Preview 7 (#10504)
danroth27 Aug 10, 2026
372631c
[release-notes] Runtime in .NET 11 Preview 7 (#10511)
danroth27 Aug 11, 2026
972f65b
[release-notes] Libraries in .NET 11 Preview 7 (#10508)
danroth27 Aug 11, 2026
be9208b
Address Libraries release notes feedback
jeffhandley Aug 11, 2026
795ae0f
Merge branch 'main' into release-notes/11.0-preview7
jeffhandley Aug 11, 2026
770f590
Remove Identity.Stores API Diff -- it was just a typo correction in a…
jeffhandley Aug 11, 2026
b9188ac
Apply suggestion for JsonDerivedType attributes
jeffhandley Aug 11, 2026
6e00abb
[release-notes] Containers in .NET 11 Preview 7 (#10503)
danroth27 Aug 11, 2026
8c04b4a
[release-notes] .NET MAUI in .NET 11 Preview 7 (#10505)
danroth27 Aug 11, 2026
7e34133
[release-notes] Windows Forms in .NET 11 Preview 7 (#10513)
danroth27 Aug 11, 2026
f436623
Clean up .NET 11 Preview 7 release index
Copilot Aug 11, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions release-notes/11.0/preview/preview7/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# .NET 11 Preview 7 - Release Notes

.NET 11 Preview 7 release notes. Find more information on new features released in .NET 11 Preview 7 by browsing through the release notes below:

- [Libraries](./libraries.md)
- [Runtime](./runtime.md)
- [SDK](./sdk.md)
- [MSBuild](./msbuild.md)
- [NuGet](./nuget.md)

## Languages

- [C#](./csharp.md)
- [F#](./fsharp.md)

## Workloads, Libraries, & More

- [.NET MAUI](./dotnetmaui.md)
- [ASP.NET Core](./aspnetcore.md)
- [Container images](./containers.md)
- [EF Core & Data](./efcore.md)
- [Windows Forms](./winforms.md)
- [WPF](./wpf.md)

## Get Started

Instructions on getting started with .NET 11 can be found in the [getting started guide](../../get-started.md). Installers and binaries for .NET 11 Preview 7 are available from [dotnet.microsoft.com](https://dotnet.microsoft.com/download/dotnet/11.0) and [.NET 11 Releases](../../README.md).

## Stay up-to-date

You can find a detailed overview of all new features in .NET 11:

- [What's new in C#](https://learn.microsoft.com/dotnet/csharp/whats-new/)
- [What's new in .NET MAUI](https://learn.microsoft.com/dotnet/maui/whats-new/)
- [What's new in Entity Framework Core](https://learn.microsoft.com/ef/core/what-is-new/)
- [What's new in Windows Forms](https://learn.microsoft.com/dotnet/desktop/winforms/whats-new/)
- [What's new in WPF](https://learn.microsoft.com/dotnet/desktop/wpf/whats-new/)

The latest .NET 11 release is always available at [dotnet.microsoft.com](https://dotnet.microsoft.com/download/dotnet/11.0) and [.NET 11 Releases](../../README.md).
440 changes: 440 additions & 0 deletions release-notes/11.0/preview/preview7/aspnetcore.md

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions release-notes/11.0/preview/preview7/build-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"version": "11.0.0-preview.7",
"base_ref": "v11.0.0-preview.6.26359.118",
"head_ref": "origin/release/11.0.1xx-preview7",
"build": {
"version": "11.0.0-preview.7.26381.103",
"sdk_version": "11.0.100-preview.7.26381.103",
"sdk_url": "https://ci.dot.net/public/Sdk/11.0.100-preview.7.26381.103/dotnet-sdk-11.0.100-preview.7.26381.103-{platform}.tar.gz"
},
"nuget": {
"source": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet11/nuget/v3/index.json",
"packages": {
"Microsoft.NETCore.App.Ref": "11.0.0-preview.7.26381.103",
"Microsoft.AspNetCore.App.Ref": "11.0.0-preview.7.26381.103",
"Microsoft.WindowsDesktop.App.Ref": "11.0.0-preview.7.26381.103",
"Microsoft.EntityFrameworkCore": "11.0.0-preview.7.26381.103",
"Microsoft.Data.Sqlite.Core": "11.0.0-preview.7.26381.103"
}
}
}
Loading
Loading