Skip to content

Update MSBuild and Roslyn dependencies for non-servicing builds#37875

Merged
AndriySvyryd merged 2 commits into
mainfrom
copilot/update-msbuild-roslyn-dependencies
Mar 9, 2026
Merged

Update MSBuild and Roslyn dependencies for non-servicing builds#37875
AndriySvyryd merged 2 commits into
mainfrom
copilot/update-msbuild-roslyn-dependencies

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 6, 2026

Bumps the pinned MSBuild and Roslyn package versions used when ShouldUseLiveRoslyn is false (i.e., all non-servicing builds).

Version changes

Package Before After
Microsoft.Build.Framework 18.0.2 18.3.3
Microsoft.Build.Utilities.Core 18.0.2 18.3.3
Microsoft.Build.Tasks.Core 18.0.2 18.3.3
Microsoft.CodeAnalysis.CSharp 5.0.0 5.3.0-2.final
Microsoft.CodeAnalysis.CSharp.Workspaces 5.0.0 5.3.0-2.final
Microsoft.CodeAnalysis.Workspaces.MSBuild 5.0.0 5.3.0-2.final

The servicing (ShouldUseLiveRoslyn = true) versions (MSBuild 18.5.0 / Roslyn 5.5.0) are unchanged.


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

…on-live scenario

Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
Copilot AI changed the title [WIP] Update MsBuild and Roslyn dependencies when UseLiveRoslyn is false Update MSBuild and Roslyn dependencies for non-servicing builds Mar 6, 2026
@AndriySvyryd AndriySvyryd marked this pull request as ready for review March 6, 2026 19:11
@AndriySvyryd AndriySvyryd self-requested a review as a code owner March 6, 2026 19:11
Copilot AI review requested due to automatic review settings March 6, 2026 19:11
@AndriySvyryd AndriySvyryd assigned roji and unassigned AndriySvyryd and Copilot Mar 6, 2026
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

Updates the pinned MSBuild and Roslyn package versions used for non-servicing builds (when ShouldUseLiveRoslyn is false) in the EF Core build/versioning infrastructure.

Changes:

  • Bump MSBuild package versions from 18.0.2 to 18.3.3 for non-live Roslyn builds.
  • Bump Roslyn package versions from 5.0.0 to 5.3.0-2.final for non-live Roslyn builds.

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

Comment thread eng/Versions.props
Copy link
Copy Markdown
Member

@roji roji left a comment

Choose a reason for hiding this comment

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

LGTM, but a reminder to be extra careful with these packages as they restrict compiler/VS versions that can be used (we've had issues around this before).

@AndriySvyryd
Copy link
Copy Markdown
Member

LGTM, but a reminder to be extra careful with these packages as they restrict compiler/VS versions that can be used (we've had issues around this before).

This shouldn't be an issue since we are only targeting net11, which will only be supported by the latest VS version at the time of release

@AndriySvyryd AndriySvyryd merged commit f29112a into main Mar 9, 2026
16 checks passed
@AndriySvyryd AndriySvyryd deleted the copilot/update-msbuild-roslyn-dependencies branch March 9, 2026 19:15
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.

4 participants