Update Microsoft.NET.StringTools dependency to 17.4.0#1515
Merged
AArnott merged 2 commits intoMessagePack-CSharp:masterfrom Nov 19, 2022
Merged
Update Microsoft.NET.StringTools dependency to 17.4.0#1515AArnott merged 2 commits intoMessagePack-CSharp:masterfrom
AArnott merged 2 commits intoMessagePack-CSharp:masterfrom
Conversation
Collaborator
Author
|
Blocked by dotnet/msbuild#8039 |
rainersigwald
pushed a commit
to dotnet/msbuild
that referenced
this pull request
Oct 18, 2022
Fixes #8039 ### Description Microsoft.NET.StringTools currently contains a netstandard2.0 ref assembly but no matching implementation assembly. This causes a run-time bind failure when the library is used by a 3.1 app, for example. ### Customer Impact The package is being picked up MessagePack which targets netstandard2.0. The issue [blocks it from updating to a newer version of the library](MessagePack-CSharp/MessagePack-CSharp#1515). ### Regression? Yes, this regressed in 17.3.0. Only the initial version of the package was correct. ### Risk Low. ### Testing Built the package locally and inspected its contents. ### Notes This pull request uses a [documented workaround](https://learn.microsoft.com/en-us/nuget/reference/msbuild-targets#advanced-extension-points-to-create-customized-package). Package contents without the fix: ``` /lib net35 net472 net7.0 /ref net35 net472 net7.0 netstandard2.0 ``` Package contents with the fix: ``` /lib net35 net472 net7.0 netstandard2.0 /ref net35 net472 net7.0 netstandard2.0 ```
AArnott
commented
Nov 19, 2022
Collaborator
Author
AArnott
left a comment
There was a problem hiding this comment.
Update to 17.4.0 to fix break
This was referenced Oct 26, 2025
This was referenced Dec 2, 2025
This was referenced Jan 22, 2026
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.
No description provided.