Bump Microsoft.Build.Locator from 1.10.12 to 1.11.1#159
Merged
Meir017 merged 2 commits intodependabot/nuget/Microsoft.Build.Locator-1.11.1from Nov 25, 2025
Merged
Bump Microsoft.Build.Locator from 1.10.12 to 1.11.1#159Meir017 merged 2 commits intodependabot/nuget/Microsoft.Build.Locator-1.11.1from
Meir017 merged 2 commits intodependabot/nuget/Microsoft.Build.Locator-1.11.1from
Conversation
…time assets Co-authored-by: Meir017 <9786571+Meir017@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update Microsoft.Build.Locator to version 1.11.1
Bump Microsoft.Build.Locator from 1.10.12 to 1.11.1
Nov 24, 2025
Meir017
added a commit
that referenced
this pull request
Nov 25, 2025
* Bump Microsoft.Build.Locator from 1.10.12 to 1.11.1 --- updated-dependencies: - dependency-name: Microsoft.Build.Locator dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump Microsoft.Build.Locator from 1.10.12 to 1.11.1 (#159) * Initial plan * Fix build errors with Microsoft.Build.Locator 1.11.1 by excluding runtime assets Co-authored-by: Meir017 <9786571+Meir017@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Meir017 <9786571+Meir017@users.noreply.github.com> * Bump Microsoft.Build.Locator from 1.10.12 to 1.11.1 (#160) * Initial plan * Fix MSBL001 build error: Add ExcludeAssets="runtime" to MSBuild packages in VSCode.Bridge Co-authored-by: Meir017 <9786571+Meir017@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Meir017 <9786571+Meir017@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: Meir017 <9786571+Meir017@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.