Breaking changes in CoreFx packages due to net461 > ns2.0 mapping #21409
Labels
area-Infrastructure-libraries
documentation
Documentation bug or enhancement, does not impact product or test code
Milestone
The remapping can cause ref-def mismatches when a NS1.5 or higher library is consumed in net461. For example see aspnet/MusicStore#775 (comment).
We could mitigate this by shoving those into the NETStandard.Library.NETFramework package, effectively "lifting" the implementation assembly up to the higher version via conflict resolution.
Alternatively we do nothing and document that folks should upgrade those packages.
@weshaggard @terrajobst, thoughts?
The text was updated successfully, but these errors were encountered: