From f038553fcdb5f408e76480c702778cb899e4fe93 Mon Sep 17 00:00:00 2001 From: Tara Overfield Date: Mon, 17 Aug 2026 06:25:29 -0700 Subject: [PATCH 1/3] Update 07-14-july-cumulative-update.md add revision, remove EOL OS, correct 3.5 server 2012 KB number --- .../release-notes/2026/07-14-july-cumulative-update.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/framework/release-notes/2026/07-14-july-cumulative-update.md b/docs/framework/release-notes/2026/07-14-july-cumulative-update.md index 9646c0d59e1b0..31bd9e534dcce 100644 --- a/docs/framework/release-notes/2026/07-14-july-cumulative-update.md +++ b/docs/framework/release-notes/2026/07-14-july-cumulative-update.md @@ -6,6 +6,7 @@ ms.date: 07/14/2026 # .NET Framework July 2026 cumulative update _Released July 14, 2026_ +_Revised August 17, 2026_ ## Summary of what's new in this release @@ -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)** | @@ -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) | From 6bb23fb40168743380962b6ce6fd0160a43cd44a Mon Sep 17 00:00:00 2001 From: Tara Overfield Date: Mon, 17 Aug 2026 06:39:57 -0700 Subject: [PATCH 2/3] Change release date to August 17, 2026 Updated the release date for the July 2026 cumulative update. --- .../release-notes/2026/07-14-july-cumulative-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/release-notes/2026/07-14-july-cumulative-update.md b/docs/framework/release-notes/2026/07-14-july-cumulative-update.md index 31bd9e534dcce..90eca0ca17dc0 100644 --- a/docs/framework/release-notes/2026/07-14-july-cumulative-update.md +++ b/docs/framework/release-notes/2026/07-14-july-cumulative-update.md @@ -1,7 +1,7 @@ --- 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 From f1b6f367e1fab51301c44135f076f9d0673b7b42 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 17 Aug 2026 17:43:29 +0000 Subject: [PATCH 3/3] Increase OPS status checker startup buffer Co-authored-by: TaraOverfield <28761970+TaraOverfield@users.noreply.github.com> --- .github/workflows/check-for-build-warnings.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/check-for-build-warnings.yml b/.github/workflows/check-for-build-warnings.yml index 1638f39ab31a5..e98859b6c7025 100644 --- a/.github/workflows/check-for-build-warnings.yml +++ b/.github/workflows/check-for-build-warnings.yml @@ -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 }}