|
Hi @baronfel, When using the .NET SDK Container Building Tools and setting the MSBuild property Based on the log statement Do you have a hint for me? Here's my repro workflow:
|
Answered by
baronfel
Dec 15, 2025
Replies: 2 comments 3 replies
|
Oh this is a really dumb bug - we're comparing the major version of the 'parsed TFM' value to the first version where the extras became available. So the following code: translates as: This is a straight-up bug. |
1 reply
Answer selected by
baronfel
|
Closing this discussion as we have a full issue + PR for this now. Thanks for bringing this up @mu88! |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Oh this is a really dumb bug - we're comparing the major version of the 'parsed TFM' value to the first version where the extras became available. So the following code:
translates as:
This is a straight-up bug.