Skip to content

Always use latest version of .NET 9 SDK#326

Merged
spadapet merged 1 commit intomainfrom
dev/peterspa/DotNetSdkUpdate
Mar 16, 2026
Merged

Always use latest version of .NET 9 SDK#326
spadapet merged 1 commit intomainfrom
dev/peterspa/DotNetSdkUpdate

Conversation

@spadapet
Copy link
Copy Markdown
Member

This change will avoid having to update the build pipeline every time .NET 9 SDK is updated.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR switches the .NET 9 SDK version from a pinned 9.0.311 to a wildcard 9.0.x in both CI pipelines (GitHub Actions and Azure Pipelines), so they automatically pick up the latest 9.0 SDK. The global.json is bumped from 9.0.311 to 9.0.312.

Changes:

  • CI pipelines updated to use 9.0.x wildcard instead of pinned 9.0.311
  • global.json minimum SDK version bumped from 9.0.311 to 9.0.312

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/managed-build.yml Both jobs updated to install 9.0.x SDK
azure-pipelines/build.yml SDK task updated to 9.0.x
src/BehaviorsSDKManaged/global.json SDK version bumped to 9.0.312

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

@spadapet spadapet merged commit 49ff26c into main Mar 16, 2026
10 checks passed
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.

3 participants