Skip to content

fix: pin global.json to preview SDK for Docker build#355

Merged
alanw707 merged 1 commit into
mainfrom
fix/global-json-preview-version
Apr 10, 2026
Merged

fix: pin global.json to preview SDK for Docker build#355
alanw707 merged 1 commit into
mainfrom
fix/global-json-preview-version

Conversation

@alanw707
Copy link
Copy Markdown
Owner

Summary

  • Changed global.json version from 10.0.100 to 10.0.100-preview.7
  • The 10.0-preview Docker SDK image ships 10.0.100-preview.7 which is semver-lower than 10.0.100 release — no roll-forward policy can bridge that gap
  • latestFeature still selects 10.0.201 for local development

Test plan

  • CI Simple Deploy pipeline passes end-to-end
  • Local dotnet --version resolves to 10.0.201

🤖 Generated with Claude Code

10.0.100-preview.7 is semver-lower than 10.0.100, so no roll-forward
policy can satisfy a 10.0.100 minimum from a preview SDK. Pin to
10.0.100-preview.7 as the minimum; latestFeature still selects
10.0.201 locally.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@alanw707 alanw707 merged commit feccc5a into main Apr 10, 2026
@alanw707 alanw707 deleted the fix/global-json-preview-version branch April 10, 2026 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant