Update runtime packages to 10.0.2#13257
Merged
rainersigwald merged 3 commits intomainfrom Feb 15, 2026
Merged
Conversation
ViktorHofer
approved these changes
Feb 13, 2026
Contributor
There was a problem hiding this comment.
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
approved these changes
Feb 13, 2026
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
VS will probably need this change soon. Do not merge unless you know what are you doing :)