Skip to content
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
3 changes: 3 additions & 0 deletions .github/workflows/check-for-build-warnings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
with:
egress-policy: audit

- name: Wait for OPS status check to start
run: sleep 180

- uses: dotnet/docs-tools/actions/status-checker@main
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
title: July 2026 cumulative update
description: Learn about the improvements in the .NET Framework July 2026 cumulative update.
ms.date: 07/14/2026
ms.date: 08/17/2026
---
# .NET Framework July 2026 cumulative update

_Released July 14, 2026_
_Revised August 17, 2026_
Comment thread
gewarren marked this conversation as resolved.

## Summary of what's new in this release

Expand Down Expand Up @@ -110,8 +111,6 @@ The following table outlines the updates in this release.
| .NET Framework 3.5, 4.8.1 | [5101001](https://support.microsoft.com/kb/5101001) |
| **Microsoft server operating system, version 24H2** | |
| .NET Framework 3.5, 4.8.1 | [5100998](https://support.microsoft.com/kb/5100998) |
| **Microsoft server operating system, version 23H2** | |
| .NET Framework 3.5, 4.8.1 | [5100999](https://support.microsoft.com/kb/5100999) |
| **Windows 11, version 22H2 and Windows 11, version 23H2** | |
| .NET Framework 3.5, 4.8.1 | [5101004](https://support.microsoft.com/kb/5101004) |
| **Windows Server 2022** | **[5102206](https://support.microsoft.com/kb/5102206)** |
Expand Down Expand Up @@ -139,7 +138,7 @@ The following table is for earlier Windows and Windows Server versions for Secur
| .NET Framework 4.6.2, 4.7, 4.7.1, 4.7.2 | [5100991](https://support.microsoft.com/kb/5100991) |
| .NET Framework 4.8 | [5101011](https://support.microsoft.com/kb/5101011) |
| **Windows Server 2012** | **[5102204](https://support.microsoft.com/kb/5102204)** |
| .NET Framework 3.5 | [5100986](https://support.microsoft.com/kb/5100986) |
| .NET Framework 3.5 | [5100984](https://support.microsoft.com/kb/5100984) |
| .NET Framework 4.6.2, 4.7, 4.7.1, 4.7.2 | [5100990](https://support.microsoft.com/kb/5100990) |
| .NET Framework 4.8 | [5101009](https://support.microsoft.com/kb/5101009) |

Expand Down
Loading