Skip to content
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

MSBuild on .NET 7: Downgrade compile-time references (#28079) #28090

Merged

Conversation

rainersigwald
Copy link
Member

Microsoft.Build , Microsoft.Build.Localization
From Version 17.4.0-preview-22466-03 -> To Version 17.4.0-preview-22469-04

  • Pin MSBuild references to a lower version

Always referencing the latest MSBuild means that some things like the
SDK resolver would be forced to target MSBuild's latest runtime, and
that would break compat with uses. For instance, VSMac is currently on
.NET 6.0 and can't run a net7.0 resolver.

We do, however, want to always ship the latest MSBuild.

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/msbuild build 20220919.4

Microsoft.Build , Microsoft.Build.Localization
 From Version 17.4.0-preview-22466-03 -> To Version 17.4.0-preview-22469-04

* Pin MSBuild references to a lower version

Always referencing the latest MSBuild means that some things like the
SDK resolver would be forced to target MSBuild's latest runtime, and
that would break compat with uses. For instance, VSMac is currently on
.NET 6.0 and can't run a net7.0 resolver.

We do, however, want to always _ship_ the latest MSBuild.

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
@rainersigwald rainersigwald enabled auto-merge (squash) September 21, 2022 18:19
@rainersigwald rainersigwald merged commit a5f6fca into dotnet:release/7.0.1xx-rc2 Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants