Skip to content

fix: allow prerelease SDK in global.json for Docker compat#354

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

fix: allow prerelease SDK in global.json for Docker compat#354
alanw707 merged 1 commit into
mainfrom
fix/global-json-preview-compat

Conversation

@alanw707
Copy link
Copy Markdown
Owner

Summary

  • Lowered global.json SDK version from 10.0.201 to 10.0.100 and added allowPrerelease: true
  • The 10.0-preview Docker images ship SDK 10.0.100-preview.7, which couldn't satisfy 10.0.201
  • With latestFeature roll-forward, local dev uses 10.0.201 (GA) and Docker uses 10.0.100-preview.7

Test plan

  • CI Simple Deploy pipeline passes (docker build succeeds)
  • Local dotnet build still resolves to 10.0.201

🤖 Generated with Claude Code

The 10.0-preview Docker image ships SDK 10.0.100-preview.7 but
global.json required 10.0.201 with latestFeature roll-forward. Lower
the minimum to 10.0.100 and set allowPrerelease so both the Docker
preview SDK and the local GA SDK (10.0.201) are accepted.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@alanw707 alanw707 merged commit 1dc610f into main Apr 10, 2026
@alanw707 alanw707 deleted the fix/global-json-preview-compat branch April 10, 2026 11:35
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