-
|
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:
|
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
-
|
Closing this discussion as we have a full issue + PR for this now. Thanks for bringing this up @mu88! |
Beta Was this translation helpful? Give feedback.

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.