Skip to content

Update runtime packages to 10.0.2#13257

Merged
rainersigwald merged 3 commits intomainfrom
exp/mipavlik/update-runtime-packages-to-10-0-2
Feb 15, 2026
Merged

Update runtime packages to 10.0.2#13257
rainersigwald merged 3 commits intomainfrom
exp/mipavlik/update-runtime-packages-to-10-0-2

Conversation

@MichalPavlik
Copy link
Copy Markdown
Member

VS will probably need this change soon. Do not merge unless you know what are you doing :)

@MichalPavlik MichalPavlik requested a review from a team as a code owner February 13, 2026 16:15
Copilot AI review requested due to automatic review settings February 13, 2026 16:15
Copy link
Copy Markdown
Contributor

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 updates runtime package dependencies from version 10.0.1 to 10.0.2 across the MSBuild codebase. The update affects 17 System.* packages from the dotnet/runtime repository, ensuring consistent version references throughout the build configuration and assembly binding redirects. This is a coordinated dependency update likely required for Visual Studio integration.

Changes:

  • Updated package versions from 10.0.1 to 10.0.2 in dependency tracking files (Version.Details.xml and Version.Details.props)
  • Updated assembly binding redirects from 10.0.0.1 to 10.0.0.2 in MSBuild configuration files (app.config and app.amd64.config)
  • Updated package definition version for System.Resources.Extensions

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
eng/Version.Details.xml Updated 17 System.* package dependency versions from 10.0.1 to 10.0.2
eng/Version.Details.props Updated MSBuild property definitions for package versions from 10.0.1 to 10.0.2
src/MSBuild/app.config Updated assembly binding redirects from 10.0.0.1 to 10.0.0.2 for 11 runtime assemblies
src/MSBuild/app.amd64.config Updated assembly binding redirects and codeBase versions from 10.0.0.1 to 10.0.0.2 for 11 runtime assemblies
src/Tasks/System.Resources.Extensions.pkgdef Updated package definition oldVersion and newVersion from 10.0.0.1 to 10.0.0.2

This prevents test-time failures of new tasks
(compiled against latest versions) loaded in
slightly-stale SDK (with n-1 versions).
@rainersigwald rainersigwald merged commit fb68c81 into main Feb 15, 2026
10 checks passed
@rainersigwald rainersigwald deleted the exp/mipavlik/update-runtime-packages-to-10-0-2 branch February 15, 2026 16:53
Copilot AI pushed a commit that referenced this pull request Feb 17, 2026
Coordinated change with Visual Studio.

---------

Co-authored-by: Rainer Sigwald <raines@microsoft.com>
JanProvaznik pushed a commit to JanProvaznik/msbuild that referenced this pull request Feb 25, 2026
Coordinated change with Visual Studio.

---------

Co-authored-by: Rainer Sigwald <raines@microsoft.com>
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