Skip to content

Commit f1d33f8

Browse files
Add release notes for .NET 10 Preview 7 across various components
1 parent 4766056 commit f1d33f8

File tree

16 files changed

+392
-0
lines changed

16 files changed

+392
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
mode: agent
3+
---
4+
5+
6+
Go through each folder in release-notes/10.0/preview7 and one at a time i want you do to the following:
7+
8+
1. create a new branch names **dotnet10-p7-<name>** where <name> is the name of the file without the extension.
9+
2. modify the file in some simple way by adding a new line at the end of the file with the text "Something about the feature" in it.
10+
3. commit the change with the message "Update <name> for preview 7" where <name> is the name of the file without the extension.
11+
4. push the branch to the remote repository.
12+
5. create a pull request with the title "Update <name> for preview 7" and the body "This PR updates the <name> file for preview 7. Please make any additional changes to this based on the new items." where <name> is the name of the file without the extension.
13+
6. go back to the dotnet10-p7 branch and repeat the process for the next file.
14+
15+
Here are the files you need to do this one at a time for:
16+
- aspnetcore.md
17+
- containers.md
18+
- csharp.md
19+
- dotnetmaui.md
20+
- efcore.md
21+
- fsharp.md
22+
- libraries.md
23+
- runtime.md
24+
- sdk.md
25+
- visualbasic.md
26+
- winforms.md
27+
- wpf.md
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
mode: agent
3+
---
4+
Create a new folder in the releasenotes/10.0/preview folder for preview7. Inside of it duplicate the folder structure and files that are in the preview6 folder and for each of the files use the following template based on the names of the product that the file is in. You can use the previous file as a reference for the content. Ignore the api-diff folder. Ignore the release.json file.
5+
6+
Here is a sample of what aspnetcore.md should look like:
7+
8+
```markdown
9+
# ASP.NET Core in .NET 10 Preview 7 - Release Notes
10+
11+
Here's a summary of what's new in ASP.NET Core in this preview release:
12+
13+
- [Feature](#feature)
14+
15+
ASP.NET Core updates in .NET 10:
16+
17+
- [What's new in ASP.NET Core in .NET 10](https://learn.microsoft.com/aspnet/core/release-notes/aspnetcore-10.0) documentation.
18+
- [Breaking changes](https://docs.microsoft.com/dotnet/core/compatibility/10.0#aspnet-core)
19+
- [Roadmap](https://github.com/dotnet/aspnetcore/issues/59443)
20+
21+
## Feature
22+
23+
Something about the feature
24+
25+
``
Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,142 @@
1+
# .NET 10 Preview 7 Binaries
2+
3+
.NET 10 Preview 7 installers and binaries can be downloaded for the following product versions:
4+
5+
- `.NET 10.0.0 Preview 7`
6+
- `.NET SDK 10.0.100-preview.7.25xxx.xxx`
7+
8+
See [README.md](README.md) for .NET 10 release notes and discussions.
9+
10+
The latest .NET releases are always listed at [.NET Releases](../../README.md).
11+
12+
## Downloads
13+
14+
| | SDK Installer | SDK Binaries | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime |Windows Desktop Runtime |
15+
| --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: | :-----------------: |
16+
| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] \| [Arm64][dotnet-sdk-win-arm64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] \| [Arm64][dotnet-sdk-win-arm64.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] \| [Arm64][dotnet-runtime-win-arm64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [Arm64][dotnet-runtime-win-arm64.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| [Hosting Bundle][dotnet-hosting-win.exe] | [x86][windowsdesktop-runtime-win-x86.exe] \| [x64][windowsdesktop-runtime-win-x64.exe] \| [Arm64][windowsdesktop-runtime-win-arm64.exe] |
17+
| macOS | [x64][dotnet-sdk-osx-x64.pkg] \| [ARM64][dotnet-sdk-osx-arm64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] \| [ARM64][dotnet-sdk-osx-arm64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] \| [ARM64][dotnet-runtime-osx-arm64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] \| [ARM64][dotnet-runtime-osx-arm64.tar.gz]| [x64][aspnetcore-runtime-osx-x64.tar.gz] \| [ARM64][aspnetcore-runtime-osx-arm64.tar.gz] | - |
18+
| Linux | [Snap and Package Manager](../../install-linux.md) | [x64][dotnet-sdk-linux-x64.tar.gz] \| [Arm][dotnet-sdk-linux-arm.tar.gz] \| [Arm64][dotnet-sdk-linux-arm64.tar.gz] \| [Arm32 Alpine][dotnet-sdk-linux-musl-arm.tar.gz] \| [x64 Alpine][dotnet-sdk-linux-musl-x64.tar.gz] | [Packages (x64)][linux-packages] | [x64][dotnet-runtime-linux-x64.tar.gz] \| [Arm][dotnet-runtime-linux-arm.tar.gz] \| [Arm64][dotnet-runtime-linux-arm64.tar.gz] \| [Arm32 Alpine][dotnet-runtime-linux-musl-arm.tar.gz] \| [Arm64 Alpine][dotnet-runtime-linux-musl-arm64.tar.gz] \| [x64 Alpine][dotnet-runtime-linux-musl-x64.tar.gz] | [x64][aspnetcore-runtime-linux-x64.tar.gz] \| [Arm][aspnetcore-runtime-linux-arm.tar.gz] \| [Arm64][aspnetcore-runtime-linux-arm64.tar.gz] \| [x64 Alpine][aspnetcore-runtime-linux-musl-x64.tar.gz] | - |
19+
| | [Checksums][checksums-sdk] | [Checksums][checksums-sdk] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime] |
20+
21+
1. Includes the .NET Runtime and ASP.NET Core Runtime
22+
2. For hosting stand-alone apps on Windows Servers. Includes the ASP.NET Core Module for IIS and can be installed separately on servers without installing .NET Runtime.
23+
24+
The .NET SDK includes a matching updated .NET Runtime. Downloading the Runtime or ASP.NET Core packages is not needed when installing the SDK.
25+
26+
You can check your .NET SDK version by running the following command. The example version shown is for this release.
27+
28+
```console
29+
$ dotnet --version
30+
10.0.100-preview.7.25xxx.xxx
31+
```
32+
33+
## .NET Multi-Platform App UI (MAUI) Workload Downloads
34+
35+
After installing the .NET SDK, you can install .NET MAUI using the `dotnet workload install` command:
36+
37+
```console
38+
dotnet workload install maui
39+
```
40+
41+
The following workloads are also available to install individually:
42+
43+
```console
44+
dotnet workload install android
45+
dotnet workload install ios
46+
dotnet workload install maccatalyst
47+
dotnet workload install macos
48+
dotnet workload install tvos
49+
```
50+
51+
## Container Images
52+
53+
[.NET container images](https://github.com/dotnet/dotnet-docker/blob/main/README.md) have been updated for this release. The [.NET container samples](https://github.com/dotnet/dotnet-docker/blob/main/samples/README.md) show various ways to use .NET container images.
54+
55+
The following repos have been updated:
56+
57+
- [dotnet/sdk](https://github.com/dotnet/dotnet-docker/blob/main/README.sdk.md)
58+
- `docker pull mcr.microsoft.com/dotnet/sdk:10.0-preview`
59+
- [dotnet/aspnet](https://github.com/dotnet/dotnet-docker/blob/main/README.aspnet.md)
60+
- `docker pull mcr.microsoft.com/dotnet/aspnet:10.0-preview`
61+
- [dotnet/runtime](https://github.com/dotnet/dotnet-docker/blob/main/README.runtime.md)
62+
- `docker pull mcr.microsoft.com/dotnet/runtime:10.0-preview`
63+
- [dotnet/runtime-deps](https://github.com/dotnet/dotnet-docker/blob/main/README.runtime.md)
64+
- `docker pull mcr.microsoft.com/dotnet/runtime-deps:10.0-preview`
65+
66+
## Visual Studio Compatibility
67+
68+
.NET 10 is compatible with [Visual Studio 17.14 latest preview](https://visualstudio.microsoft.com) Users will have to [download](https://dotnet.microsoft.com/download/dotnet/10.0) and install the .NET 10 runtime/sdk standalone.
69+
70+
## Feedback
71+
72+
Your feedback is important and appreciated. We've created a discussion at <https://github.com/dotnet/core/discussions/categories/news> for your questions and comments.
73+
74+
[checksums-runtime]: https://builds.dotnet.microsoft.com/dotnet/checksums/10.0.0-preview.7-sha.txt
75+
[checksums-sdk]: https://builds.dotnet.microsoft.com/dotnet/checksums/10.0.0-preview.7-sha.txt
76+
77+
[linux-packages]: ../../install-linux.md
78+
79+
## Packages updated in this release
80+
81+
| Package name | Version |
82+
| :------------------------------------------ | :---------: |
83+
| AspNetCoreRuntime.10.0.x64 | 10.0.0-preview-7-25xxx-xxx |
84+
| AspNetCoreRuntime.10.0.x86 | 10.0.0-preview-7-25xxx-xxx |
85+
| dotnet-ef | 10.0.0-preview.7.25xxx.xxx |
86+
| dotnet-ilverify | 10.0.0-preview.7.25xxx.xxx |
87+
| dotnet-sql-cache | 10.0.0-preview.7.25xxx.xxx |
88+
| dotnet-suggest | 1.1.xxxxxx |
89+
| FSharp.Compiler.Service | 43.10.100-preview.25xxx.xxx |
90+
| FSharp.Core | 10.0.100-beta.25xxx.xxx |
91+
| Microsoft.AspNetCore.App.Internal.Assets | 10.0.0-preview.7.25xxx.xxx |
92+
93+
[//]: # ( Runtime 10.0.0-preview.7)
94+
[dotnet-runtime-linux-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25xxx.xxx/dotnet-runtime-10.0.0-preview.7.25xxx.xxx-linux-arm.tar.gz
95+
[dotnet-runtime-linux-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25xxx.xxx/dotnet-runtime-10.0.0-preview.7.25xxx.xxx-linux-arm64.tar.gz
96+
[dotnet-runtime-linux-musl-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25xxx.xxx/dotnet-runtime-10.0.0-preview.7.25xxx.xxx-linux-musl-arm.tar.gz
97+
[dotnet-runtime-linux-musl-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25xxx.xxx/dotnet-runtime-10.0.0-preview.7.25xxx.xxx-linux-musl-arm64.tar.gz
98+
[dotnet-runtime-linux-musl-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25xxx.xxx/dotnet-runtime-10.0.0-preview.7.25xxx.xxx-linux-musl-x64.tar.gz
99+
[dotnet-runtime-linux-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25xxx.xxx/dotnet-runtime-10.0.0-preview.7.25xxx.xxx-linux-x64.tar.gz
100+
[dotnet-runtime-osx-arm64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25xxx.xxx/dotnet-runtime-10.0.0-preview.7.25xxx.xxx-osx-arm64.pkg
101+
[dotnet-runtime-osx-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25xxx.xxx/dotnet-runtime-10.0.0-preview.7.25xxx.xxx-osx-arm64.tar.gz
102+
[dotnet-runtime-osx-x64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25xxx.xxx/dotnet-runtime-10.0.0-preview.7.25xxx.xxx-osx-x64.pkg
103+
[dotnet-runtime-osx-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25xxx.xxx/dotnet-runtime-10.0.0-preview.7.25xxx.xxx-osx-x64.tar.gz
104+
[dotnet-runtime-win-arm64.exe]: https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25xxx.xxx/dotnet-runtime-10.0.0-preview.7.25xxx.xxx-win-arm64.exe
105+
[dotnet-runtime-win-arm64.zip]: https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25xxx.xxx/dotnet-runtime-10.0.0-preview.7.25xxx.xxx-win-arm64.zip
106+
[dotnet-runtime-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25xxx.xxx/dotnet-runtime-10.0.0-preview.7.25xxx.xxx-win-x64.exe
107+
[dotnet-runtime-win-x64.zip]: https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25xxx.xxx/dotnet-runtime-10.0.0-preview.7.25xxx.xxx-win-x64.zip
108+
[dotnet-runtime-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25xxx.xxx/dotnet-runtime-10.0.0-preview.7.25xxx.xxx-win-x86.exe
109+
[dotnet-runtime-win-x86.zip]: https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25xxx.xxx/dotnet-runtime-10.0.0-preview.7.25xxx.xxx-win-x86.zip
110+
111+
[//]: # ( WindowsDesktop 10.0.0-preview.7)
112+
[windowsdesktop-runtime-win-arm64.exe]: https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.7.25xxx.xxx/windowsdesktop-runtime-10.0.0-preview.7.25xxx.xxx-win-arm64.exe
113+
[windowsdesktop-runtime-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.7.25xxx.xxx/windowsdesktop-runtime-10.0.0-preview.7.25xxx.xxx-win-x64.exe
114+
[windowsdesktop-runtime-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.7.25xxx.xxx/windowsdesktop-runtime-10.0.0-preview.7.25xxx.xxx-win-x86.exe
115+
116+
[//]: # ( ASP 10.0.0-preview.7)
117+
[aspnetcore-runtime-linux-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25xxx.xxx/aspnetcore-runtime-10.0.0-preview.7.25xxx.xxx-linux-arm.tar.gz
118+
[aspnetcore-runtime-linux-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25xxx.xxx/aspnetcore-runtime-10.0.0-preview.7.25xxx.xxx-linux-arm64.tar.gz
119+
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25xxx.xxx/aspnetcore-runtime-10.0.0-preview.7.25xxx.xxx-linux-musl-x64.tar.gz
120+
[aspnetcore-runtime-linux-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25xxx.xxx/aspnetcore-runtime-10.0.0-preview.7.25xxx.xxx-linux-x64.tar.gz
121+
[aspnetcore-runtime-osx-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25xxx.xxx/aspnetcore-runtime-10.0.0-preview.7.25xxx.xxx-osx-arm64.tar.gz
122+
[aspnetcore-runtime-osx-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25xxx.xxx/aspnetcore-runtime-10.0.0-preview.7.25xxx.xxx-osx-x64.tar.gz
123+
[aspnetcore-runtime-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25xxx.xxx/aspnetcore-runtime-10.0.0-preview.7.25xxx.xxx-win-x64.exe
124+
[aspnetcore-runtime-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25xxx.xxx/aspnetcore-runtime-10.0.0-preview.7.25xxx.xxx-win-x86.exe
125+
[dotnet-hosting-win.exe]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25xxx.xxx/dotnet-hosting-10.0.0-preview.7.25xxx.xxx-win.exe
126+
127+
[//]: # ( SDK 10.0.100-preview.7)
128+
[dotnet-sdk-linux-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25xxx.xxx/dotnet-sdk-10.0.100-preview.7.25xxx.xxx-linux-arm.tar.gz
129+
[dotnet-sdk-linux-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25xxx.xxx/dotnet-sdk-10.0.100-preview.7.25xxx.xxx-linux-arm64.tar.gz
130+
[dotnet-sdk-linux-musl-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25xxx.xxx/dotnet-sdk-10.0.100-preview.7.25xxx.xxx-linux-musl-arm.tar.gz
131+
[dotnet-sdk-linux-musl-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25xxx.xxx/dotnet-sdk-10.0.100-preview.7.25xxx.xxx-linux-musl-x64.tar.gz
132+
[dotnet-sdk-linux-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25xxx.xxx/dotnet-sdk-10.0.100-preview.7.25xxx.xxx-linux-x64.tar.gz
133+
[dotnet-sdk-osx-arm64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25xxx.xxx/dotnet-sdk-10.0.100-preview.7.25xxx.xxx-osx-arm64.pkg
134+
[dotnet-sdk-osx-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25xxx.xxx/dotnet-sdk-10.0.100-preview.7.25xxx.xxx-osx-arm64.tar.gz
135+
[dotnet-sdk-osx-x64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25xxx.xxx/dotnet-sdk-10.0.100-preview.7.25xxx.xxx-osx-x64.pkg
136+
[dotnet-sdk-osx-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25xxx.xxx/dotnet-sdk-10.0.100-preview.7.25xxx.xxx-osx-x64.tar.gz
137+
[dotnet-sdk-win-arm64.exe]: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25xxx.xxx/dotnet-sdk-10.0.100-preview.7.25xxx.xxx-win-arm64.exe
138+
[dotnet-sdk-win-arm64.zip]: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25xxx.xxx/dotnet-sdk-10.0.100-preview.7.25xxx.xxx-win-arm64.zip
139+
[dotnet-sdk-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25xxx.xxx/dotnet-sdk-10.0.100-preview.7.25xxx.xxx-win-x64.exe
140+
[dotnet-sdk-win-x64.zip]: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25xxx.xxx/dotnet-sdk-10.0.100-preview.7.25xxx.xxx-win-x64.zip
141+
[dotnet-sdk-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25xxx.xxx/dotnet-sdk-10.0.100-preview.7.25xxx.xxx-win-x86.exe
142+
[dotnet-sdk-win-x86.zip]: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25xxx.xxx/dotnet-sdk-10.0.100-preview.7.25xxx.xxx-win-x86.zip
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# .NET 10 Preview 7 - Release Notes
2+
3+
.NET 10 Preview 7 released on September 15, 2025. Find more information on new features released in .NET 10 Preview 7 by browsing through the release notes below:
4+
5+
- [Libraries](./libraries.md)
6+
- [Runtime](./runtime.md)
7+
- [SDK](./sdk.md)
8+
9+
## Languages
10+
11+
- [C#](./csharp.md)
12+
- [F#](./fsharp.md)
13+
- [Visual Basic](./visualbasic.md)
14+
15+
## Workloads, Libraries, & More
16+
17+
- [.NET MAUI](./dotnetmaui.md)
18+
- [ASP.NET Core](./aspnetcore.md)
19+
- [Container images](./containers.md)
20+
- [EF Core & Data](./efcore.md)
21+
- [Windows Forms](./winforms.md)
22+
- [WPF](./wpf.md)
23+
24+
## Get Started
25+
26+
Instructions on getting started with .NET 10 can be found in the [getting started guide](../../get-started.md). Installers and binaries for .NET 10 Preview 7 can be found [here on GitHub](./10.0.0-preview.7.md).
27+
28+
## Stay up-to-date
29+
30+
You can find a detailed overview of all new features in .NET 10:
31+
32+
- [What's new in .NET 10](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-10/overview)
33+
- [What's new in C# 14](https://learn.microsoft.com/dotnet/csharp/whats-new/csharp-14)
34+
- [What's new in .NET MAUI](https://learn.microsoft.com/dotnet/maui/whats-new/dotnet-10)
35+
- [What's new in ASP.NET Core](https://learn.microsoft.com/aspnet/core/release-notes/aspnetcore-10.0)
36+
- [What's new in Entity Framework Core](https://learn.microsoft.com/ef/core/what-is-new/ef-core-10.0/whatsnew)
37+
- [What's new in Windows Forms](https://learn.microsoft.com/dotnet/desktop/winforms/whats-new/net100)
38+
- [What's new in WPF](https://learn.microsoft.com/dotnet/desktop/wpf/whats-new/net100)
39+
40+
The latest .NET 10 release is always available at [dotnet.microsoft.com](https://dotnet.microsoft.com/download/dotnet/10.0) and [.NET 10 Releases](../../README.md).
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# ASP.NET Core in .NET 10 Preview 7 - Release Notes
2+
3+
Here's a summary of what's new in ASP.NET Core in this preview release:
4+
5+
- [Feature](#feature)
6+
7+
ASP.NET Core updates in .NET 10:
8+
9+
- [What's new in ASP.NET Core in .NET 10](https://learn.microsoft.com/aspnet/core/release-notes/aspnetcore-10.0) documentation.
10+
- [Breaking changes](https://docs.microsoft.com/dotnet/core/compatibility/10.0#aspnet-core)
11+
- [Roadmap](https://github.com/dotnet/aspnetcore/issues/59443)
12+
13+
## Feature
14+
15+
Something about the feature
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Containers in .NET 10 Preview 7 - Release Notes
2+
3+
Here's a summary of what's new in Containers in this preview release:
4+
5+
- [Feature](#feature)
6+
7+
Containers updates in .NET 10:
8+
9+
- [What's new in .NET 10](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-10/overview) documentation
10+
11+
## Feature
12+
13+
Something about the feature
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# C# in .NET 10 Preview 7 - Release Notes
2+
3+
Here's a summary of what's new in C# in this preview release:
4+
5+
- [Feature](#feature)
6+
7+
C# updates in .NET 10:
8+
9+
- [What's new in C# 13](https://learn.microsoft.com/dotnet/csharp/whats-new/csharp-13) documentation
10+
11+
## Feature
12+
13+
Something about the feature
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# .NET MAUI in .NET 10 Preview 7 - Release Notes
2+
3+
Here's a summary of what's new in .NET MAUI in this preview release:
4+
5+
- [Feature](#feature)
6+
7+
.NET MAUI updates in .NET 10:
8+
9+
- [What's new in .NET MAUI](https://learn.microsoft.com/dotnet/maui/whats-new/) documentation
10+
11+
## Feature
12+
13+
Something about the feature
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Entity Framework Core in .NET 10 Preview 7 - Release Notes
2+
3+
Here's a summary of what's new in Entity Framework Core in this preview release:
4+
5+
- [Feature](#feature)
6+
7+
Entity Framework Core updates in .NET 10:
8+
9+
- [What's new in EF Core 10](https://learn.microsoft.com/ef/core/what-is-new/ef-core-10.0/whatsnew) documentation
10+
11+
## Feature
12+
13+
Something about the feature
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# F# in .NET 10 Preview 7 - Release Notes
2+
3+
Here's a summary of what's new in F# in this preview release:
4+
5+
- [Feature](#feature)
6+
7+
F# updates in .NET 10:
8+
9+
- [What's new in F#](https://learn.microsoft.com/dotnet/fsharp/whats-new/) documentation
10+
11+
## Feature
12+
13+
Something about the feature

0 commit comments

Comments
 (0)