Skip to content

chore: bump .NET 11 SDK to preview.7, fix stale roadmap package count - #81

Merged
ncipollina merged 2 commits into
mainfrom
chore/net11-preview7-and-roadmap-index
Aug 12, 2026
Merged

chore: bump .NET 11 SDK to preview.7, fix stale roadmap package count#81
ncipollina merged 2 commits into
mainfrom
chore/net11-preview7-and-roadmap-index

Conversation

@ncipollina

Copy link
Copy Markdown
Contributor

Summary

  • global.json / .github/workflows/pr-build.yaml: exact .NET 11 SDK pin moved from 11.0.100-preview.6.26359.118 to 11.0.100-preview.7.26381.103 — current latest per dotnet/core's own release notes (released 2026-08-11).
  • docs/roadmap/index.md: "Today" bullet still listed the original four-package MVP set, missing Compono.TUnit (shipped via PLAN-0040 since this doc was last touched).

Test plan

  • dotnet --version resolves 11.0.100-preview.7.26381.103 via global.json
  • dotnet test Compono.slnx -c Debug — 1885/1885 passing, all four TFMs including net11.0

🤖 Generated with Claude Code

global.json and pr-build.yaml's exact SDK pin move from
11.0.100-preview.6.26359.118 to 11.0.100-preview.7.26381.103 (current
latest per dotnet/core's own release notes, released 2026-08-11) - full
solution test suite verified green under the new SDK across all four
TFMs (1885/1885).

docs/roadmap/index.md's "Today" bullet still listed the original
four-package MVP set and didn't mention Compono.TUnit, which shipped via
PLAN-0040 since this doc was last touched.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@github-actions github-actions Bot added the type: chore Maintenance task label Aug 12, 2026
global.json keeps the exact preview.7 pin (that's what actually governs
local/CI SDK selection via rollForward: latestFeature); pr-build.yaml's
own exact pin was redundant with it and inconsistent with
publish-preview.yaml/publish-release.yaml, which already float on 11.0.x.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@ncipollina
ncipollina merged commit f8fb6e7 into main Aug 12, 2026
8 checks passed
@ncipollina
ncipollina deleted the chore/net11-preview7-and-roadmap-index branch August 12, 2026 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: chore Maintenance task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant