Bump Microsoft.Build.Locator from 1.10.12 to 1.11.1 #159
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.
Description
Microsoft.Build.Locator 1.11.1 enforces
ExcludeAssets="runtime"on allMicrosoft.Build.*package references to prevent assembly-loading conflicts. Added explicit references with this attribute to all affected projects.Packages excluded from runtime:
Microsoft.Build(17.7.2 - pinned by Microsoft.CodeAnalysis.Workspaces.MSBuild)Microsoft.Build.Framework(18.0.2)Microsoft.Build.Tasks.Core(18.0.2)Microsoft.Build.Utilities.Core(18.0.2)Microsoft.NET.StringTools(18.0.2)Type of Change
Checklist
For VS Code Extension Changes
N/A
For .NET Library Changes
dotnet build)dotnet test)Testing
Test Environment
Test Cases
dotnet build- passes with 0 errorsdotnet test- 790 tests passScreenshots (if applicable)
N/A
Related Issues
Relates to dependabot bump of Microsoft.Build.Locator
Additional Context
The version mismatch between
Microsoft.Build(17.7.2) and other packages (18.0.2) is intentional - 17.7.2 is the transitive dependency required byMicrosoft.CodeAnalysis.Workspaces.MSBuild4.14.0.Breaking Changes
None
Reviewer Notes
N/A
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.