Open
Description
openedon May 15, 2024
- This issue is blocking
- This issue is causing unreasonable pain
When NetPrevious
and NetMinimum
are the same, the current behavior is to null out NetPrevious
. This avoids duplicate-TFM conflicts for projects that target both NetPrevious
and NetMinimum
. The bad news is that this will cause errors for single-targeted projects that just target NetPrevious
. It's worse new for projects that multi-target target NetPrevious
and NetCurrent
/some other non NetMinimum
TFM.
A solution here is that:
NetPrevious
should always be set- The only set of properties you can always combine are
NetPrevious
andNetCurrent
- A property should be introduced that is the union of
NetPrevious
andNetMinimum
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels