Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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/rc1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# .NET 11 RC 1 - Release Notes

.NET 11 RC 1 release notes. Find more information on new features released in .NET 11 RC 1 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 RC 1 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).
20 changes: 20 additions & 0 deletions release-notes/11.0/preview/rc1/build-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"version": "11.0.0-rc.1",
"base_ref": "v11.0.0-preview.7.26381.103",
"head_ref": "origin/release/11.0.1xx-rc1",
"build": {
"version": "11.0.0-rc.1.26427.112",
"sdk_version": "11.0.100-rc.1.26427.112",
"sdk_url": "https://ci.dot.net/public/Sdk/11.0.100-rc.1.26427.112/dotnet-sdk-11.0.100-rc.1.26427.112-{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-rc.1.26427.112",
"Microsoft.AspNetCore.App.Ref": "11.0.0-rc.1.26427.112",
"Microsoft.WindowsDesktop.App.Ref": "11.0.0-rc.1.26427.112",
"Microsoft.EntityFrameworkCore": "11.0.0-rc.1.26427.112",
"Microsoft.Data.Sqlite.Core": "11.0.0-rc.1.26427.112"
}
}
}
Loading
Loading