chore: bump .NET 11 SDK to preview.7, fix stale roadmap package count - #81
Merged
Merged
Conversation
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>
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
global.json/.github/workflows/pr-build.yaml: exact .NET 11 SDK pin moved from11.0.100-preview.6.26359.118to11.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, missingCompono.TUnit(shipped via PLAN-0040 since this doc was last touched).Test plan
dotnet --versionresolves11.0.100-preview.7.26381.103viaglobal.jsondotnet test Compono.slnx -c Debug— 1885/1885 passing, all four TFMs includingnet11.0🤖 Generated with Claude Code