dotnet / dotnet/docs

Missing Windows Server 2025 specific entry

Open
#55,103 1 comment 0 reactions 1 assignee Claimed by @TaraOverfield View on GitHub
waiting-on-feedback
Dominant language
No language data
Stars
4.8k
Forks
6.1k
Avg merge
19h 10m
Merged PRs (30d)
268

Description

### Type of issue

Missing information

### Description

Can you please clarify which update is related to Windows Server 2025? There are clear entries for 2022, 2019, and 2016, but not for the 2025. The information becomes a bit confusing when cross referencing with Microsoft Feed [1].

Example, the `KB5100998` (July) applies to `Microsoft server operating system, version 24H2`. I assume this is the Windows Server 2025, right? However, the feed [1] says something else, that KB applies to `Windows 11 Version 25H2` only:

```

5100998

https://catalog.update.microsoft.com/v7/site/Search.aspx?q=KB5100998

12079-20438
12079-20437

Maybe
Security Update
2.0.50727.9182 & 3.0.30729.9168 & 4.8.9340.0

```

Both `ProductID` 20438 and 20437 shows `Windows 11 Version 25H2`:

```
{
"ProductID": "20437",
"Value": "Windows 11 Version 25H2 for ARM64-based Systems"
},
{
"ProductID": "20438",
"Value": "Windows 11 Version 25H2 for x64-based Systems"
},
```

The **problem** is that there no entry for "*Server* and 24H2" on that feed. The only entry that explicit state `Windows Server` uses a different ProductID.

```
{
"ProductID": "12079-12437",
"Value": "Microsoft .NET Framework 3.5 AND 4.8.1 on Windows Server 2025 (Server Core installation)"
},
{
"ProductID": "12079-12436",
"Value": "Microsoft .NET Framework 3.5 AND 4.8.1 on Windows Server 2025"
},
```

by checking the above ProductID, they are affected by a different KB (`KB5101003`) that is not listed in [2] nor in Catalog page as well [3].

```

5101003

https://catalog.update.microsoft.com/v7/site/Search.aspx?q=KB5101003

12079-12437
12079-12436

Maybe
Security Update
2.0.50727.9182 & 3.0.30729.9168 & 4.8.9340.0

```

Asks:

1) Can you please confirm KB5100998 applies for Windows Server 2025?
2) Can you add a explicit entry to include Windows Server 2025?
3) Why there is a discrepancy between KB5100998 vs KB5101003 when both seem to be related to same OS ?

Refs:
[1] - https://api.msrc.microsoft.com/cvrf/v3.0/cvrf/2026-Jul
[2] - https://learn.microsoft.com/en-us/dotnet/framework/release-notes/2026/07-14-july-cumulative-update
[3] - https://catalog.update.microsoft.com/v7/site/Search.aspx?q=KB5101003

### Page URL

https://learn.microsoft.com/en-us/dotnet/framework/release-notes/2026/07-14-july-cumulative-update

### Content source URL

https://github.com/dotnet/docs/blob/main/docs/framework/release-notes/2026/07-14-july-cumulative-update.md

### Document Version Independent Id

abed4015-8e19-8e2d-41a1-9042d35192d0

### Platform Id

d2e5043e-7369-4211-6257-248103c50ea8

### Article author

@gewarren

### Metadata

* ID: fe920e1c-06fe-ed30-7dae-d691365a6cf9
* PlatformId: d2e5043e-7369-4211-6257-248103c50ea8
* Service: **dotnet-framework**

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.