-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Update the minimum msbuild version for .NET 10 #49531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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 the minimum MSBuild and Visual Studio versions required for .NET 10 builds.
- Bump the redist
minimumMSBuildVersion
from 17.13.0 to 17.14.0 - Update
MicrosoftBuildMinimumVersion
to 17.14.8 andMinimumVSVersion
to 17.14 ineng/Versions.props
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
src/Layout/redist/minimumMSBuildVersion | Updated minimum MSBuild version from 17.13.0 to 17.14.0 |
eng/Versions.props | Bumped <MicrosoftBuildMinimumVersion> to 17.14.8 and <MinimumVSVersion> to 17.14 |
@dotnet/kitten this required a lot of updates to msbuild dependencies in msbuildsdkresolver and I'm supposed to ping ya'll to check in on the binding redirects. |
I verified the dependencies of msbuildsdkresolver against binding redirects in https://github.com/dotnet/msbuild/blob/vs17.14/src/MSBuild/app.amd64.config. Should be safe to merge from msbuild side. |
No description provided.