Update MSBuild to version 17.8.43 #120829
Merged
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.
This PR updates the MSBuild dependency versions in
eng/Version.Details.xmlto align with the latest servicing release.Changes
Updated the following dependencies:
17.8.29→17.8.4317.8.29-servicing-25277-01→17.8.43-servicing-25466-032e2d89a923d83b7cf43ec543f725c1b206c912fe→f0cbb13971c30ad15a3f252a8d0171898a01ec11This change replicates the pattern from PR #119859 but with the specific version 17.8.43 and corresponding SHA hash for the MSBuild servicing release.
Context
The
eng/Versions.propsfile already hadMicrosoftBuildVersionset to17.8.43, but theeng/Version.Details.xmlfile still referenced the older version17.8.29. This PR brings both files into alignment, ensuring consistent MSBuild dependency versions across the build configuration.Related
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.