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

Update MSBuild ref dependency #71069

Merged
merged 2 commits into from
Dec 14, 2023
Merged

Update MSBuild ref dependency #71069

merged 2 commits into from
Dec 14, 2023

Conversation

mthalman
Copy link
Member

@mthalman mthalman commented Dec 4, 2023

Upgrades the ref-only dependency version for MSBuild. This helps to resolve the issue identified in dotnet/installer#17875 (comment) where the previous dependency on MSBuild 16.10.0 is causing an issue in the source build of the format repo due to NETStandard1.x dependency. This version matches the version used by the format repo.

@mthalman mthalman requested a review from a team as a code owner December 4, 2023 17:06
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead labels Dec 4, 2023
@@ -32,7 +32,7 @@
<MicrosoftVisualStudioLanguageServerProtocolPackagesVersion>17.8.9-preview</MicrosoftVisualStudioLanguageServerProtocolPackagesVersion>
<MicrosoftVisualStudioShellPackagesVersion>17.8.36711</MicrosoftVisualStudioShellPackagesVersion>
<!-- The version of MSBuild that we reference for things depending on MSBuildWorkspace -->
<RefOnlyMicrosoftBuildPackagesVersion>16.10.0</RefOnlyMicrosoftBuildPackagesVersion>
<RefOnlyMicrosoftBuildPackagesVersion>17.3.2</RefOnlyMicrosoftBuildPackagesVersion>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We may want to just get rid of this in favor of using the other variable below, but might be good to do this one step at a time.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I think we should align onto a single version. Roslyn currently uses 17.5.0 which isn't in SBRP, so we would need to add it there.

@mthalman
Copy link
Member Author

mthalman commented Dec 4, 2023

I'll hold off on merging this until we can resolve the test issue at dotnet/installer#17875 (comment) in case that requires further changes related to the version.

@mthalman mthalman enabled auto-merge (squash) December 14, 2023 17:15
@mthalman mthalman merged commit 127d059 into dotnet:main Dec 14, 2023
22 of 27 checks passed
@ghost ghost added this to the Next milestone Dec 14, 2023
@mthalman mthalman deleted the msbuild-dep2 branch December 14, 2023 19:41
@Cosifne Cosifne modified the milestones: Next, 17.9 P3 Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants