Closed
Description
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?