Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add 11D release and updated win11 24H2 product release #43578

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
6 changes: 4 additions & 2 deletions docs/framework/get-started/system-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ On 64-bit operating systems, .NET Framework supports both WOW64 (32-bit processi

| Operating system | Compatible editions | Preinstalled with the OS | Installable separately |
|----------------------------------------------------|---------------------|--------------------------|------------------------|
| Windows 11, 2023 Update<br/>(version 23H2) | 64-bit | .NET Framework 4.8.1 | -- |
| Windows 11, 2022 Update<br/>(version 22H2) | 64-bit | .NET Framework 4.8.1 | -- |
| Windows 11, Update<br/>(version 24H2) and newer | 64-bit | .NET Framework 4.8.1 | -- |
| Windows 11, Update<br/>(version 23H2) | 64-bit | .NET Framework 4.8.1 | -- |
| Windows 11, Update<br/>(version 22H2) | 64-bit | .NET Framework 4.8.1 | -- |
| Windows 11 | 64-bit | .NET Framework 4.8 | .NET Framework 4.8.1 |
| Windows 10 2022 Update<br/>(version 22H2) | 32-bit and 64-bit | .NET Framework 4.8 | .NET Framework 4.8.1 |
| Windows 10 November 2021 Update<br/>(version 21H2) | 32-bit and 64-bit | .NET Framework 4.8 | .NET Framework 4.8.1 |
Expand All @@ -79,6 +80,7 @@ On 64-bit operating systems, .NET Framework supports both WOW64 (32-bit processi

| Operating system | Compatible editions | Preinstalled with the OS | Installable separately |
|-------------------------------|---------------------|--------------------------|------------------------|
| Windows Server 2025 and newer | 64-bit | .NET Framework 4.8.1 | -- |
| Windows Server 2022 | 64-bit | .NET Framework 4.8 | .NET Framework 4.8.1 |
| Windows Server 2019† | 64-bit | .NET Framework 4.7.2 | .NET Framework 4.8 |
| Windows Server, version 1809† | 64-bit | .NET Framework 4.7.2 | .NET Framework 4.8 |
Expand Down
24 changes: 24 additions & 0 deletions docs/framework/install/on-server-2025.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Install .NET Framework on Windows Server 2025
description: Learn how to install .NET Framework on Windows Server 2025.
ms.date: 11/21/2024
---

# Install .NET Framework on Windows Server 2025

.NET Framework 4.8.1 is included with Server 2025, and runs any .NET Framework 4.x app.

## .NET Framework 4.8.1

.NET 4.8.1 is supported on Windows Server 2025 and newer operating systems.

## .NET Framework 3.5

[!INCLUDE [server-35](includes/server-35.md)]

## See also

- [.NET Downloads](https://dotnet.microsoft.com/download)
- [Troubleshoot blocked .NET Framework installations and uninstallations](troubleshoot-blocked-installations-and-uninstallations.md)
- [Install .NET Framework for developers](guide-for-developers.md)
- [Determine which .NET Framework versions are installed](../migration-guide/how-to-determine-which-versions-are-installed.md)

Check failure on line 24 in docs/framework/install/on-server-2025.md

View workflow job for this annotation

GitHub Actions / lint

Files should end with a single newline character

docs/framework/install/on-server-2025.md:24:126 MD047/single-trailing-newline Files should end with a single newline character https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md047.md
8 changes: 5 additions & 3 deletions docs/framework/install/on-windows-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ ms.date: 10/06/2021

.NET Framework 4.8 is included with Windows 11, and runs any .NET Framework 4.x app.

## .NET Framework 3.5
## .NET Framework 4.8.1

.NET 4.8.1 is supported on Windows 11, version 22H2 and newer operating systems.

Follow the instructions to install [.NET Framework 3.5 on Windows 11](dotnet-35-windows.md).
## .NET Framework 3.5

.NET Framework 3.5 supports apps built for .NET Framework 2.0 through 3.5.
[!INCLUDE [server-35](includes/server-35.md)]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This include seems specific to server. Does it apply here too? It mentions Add Roles and Features Wizard.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This statement is for both client and server. The same statement can be added to both client and server specific pages.


## See also

Expand Down
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file should be added to the TOC too.

Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
title: November 2024 cumulative update preview
description: Learn about the improvements in the .NET Framework November 2024 cumulative update preview.
ms.date: 11/21/2024
---
# November 2024 cumulative update preview

_Released Novemeber 21, 2024_

## Summary of what's new in this release

- [Security improvements](#security-improvements)
- [Quality and reliability improvements](#quality-and-reliability-improvements)

### Security improvements

There are no new security improvements in this release. This update is cumulative and contains all previously released security improvements.

### Quality and reliability improvements

#### CLR

Addresses an issue where, in rare cases, an infinite loop could occur when a thread enters CLR for the first time. (*Applies to: .NET Framework 4.8, 4.8.1.*)

## Known issues in this release

This release contains no known issues.

## Summary tables

The following table outlines the updates in this release.

| Product version | Cumulative update preview |
| --- | --- |
| **Windows 11, version 24H2** | |
| .NET Framework 3.5, 4.8.1 | [5048162](https://support.microsoft.com/kb/5048162) |
| **Windows 11, version 22H2 and Windows 11, version 23H2** | |
| .NET Framework 3.5, 4.8.1 | [5048163](https://support.microsoft.com/kb/5048163) |
| **Windows 10, version 22H2** | **[5048292](https://support.microsoft.com/kb/5048292)** |
| .NET Framework 3.5, 4.8 | [5048160](https://support.microsoft.com/kb/50481606) |
| .NET Framework 3.5, 4.8.1 | [5048161](https://support.microsoft.com/kb/5048161) |

The operating system row lists a KB that's used for update offering purposes. When the operating system KB is offered, the applicability logic determines the specific .NET Framework update(s) that will be installed. Updates for individual .NET Framework versions will be installed based on the version of .NET Framework that is already present on the device. Because of this, the operating system KB is not expected to be listed as installed updates on the device. The expected update to be installed are the .NET Framework-specific version updates listed in the previous table.
Loading