Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
title: May 2026 cumulative update preview
description: Learn about the improvements in the .NET Framework May 2026 cumulative update preview.
ms.date: 05/26/2026
---
# May 2026 cumulative update preview

_Released May 26, 2026_

## 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

**.NET Libraries**

- Addresses an issue with synchronous `HttpWebRequest` connections where requests could hang in specific secure connection scenarios with certain server configurations.

Comment thread
Copilot marked this conversation as resolved.
Outdated
**.NET Runtime**

- Addresses an issue in the Visual Studio x86 native debugger where certain floating-point values could be reported incorrectly during step operations in mixed-code applications.

Comment thread
gewarren marked this conversation as resolved.
Outdated
## 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 26H1** | |
| .NET Framework 4.8.1 | [5092431](https://support.microsoft.com/kb/5092431) |
| **Windows 11, version 25H2** | |
| .NET Framework 3.5, 4.8.1 | [5092427](https://support.microsoft.com/kb/5092427) |
| **Windows 11, version 24H2** | |
| .NET Framework 3.5, 4.8.1 | [5092430](https://support.microsoft.com/kb/5092430) |

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) installed. Updates for individual .NET Framework versions are 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 updates installed are the .NET Framework-specific version updates listed in the previous table.
3 changes: 2 additions & 1 deletion docs/framework/release-notes/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ The .NET Framework updates include cumulative security and reliability improveme

.NET Framework cumulative update releases are discussed in detail in the following individual release notes:

* May 12, 2026 - [cumulative update](./2026/05-12-may-cumulative-update.md) **New Release**
* May 26, 2026 - [cumulative update-preview](./2026/05-26-may-cumulative-update-preview.md) **New Release**
Comment thread
gewarren marked this conversation as resolved.
Outdated
* May 12, 2026 - [cumulative update](./2026/05-12-may-cumulative-update.md)
* April 14, 2026 - [cumulative update](./2026/04-14-april-cumulative-update.md)
* February 10, 2026 - [cumulative update](./2026/02-10-february-cumulative-update.md)
* January 29, 2026 - [cumulative update preview](./2026/01-29-january-cumulative-update-preview.md)
Expand Down
2 changes: 2 additions & 0 deletions docs/framework/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,8 @@ items:
items:
- name: Overview and index
href: release-notes/release-notes.md
- name: May 2026 cumulative update preview
href: release-notes/2026/05-26-may-cumulative-update-preview.md
Comment thread
Copilot marked this conversation as resolved.
Outdated
- name: May 2026 cumulative update
href: release-notes/2026/05-12-may-cumulative-update.md
- name: April 2026 cumulative update
Expand Down
Loading