Open carlossanlop opened 5 days ago
Any idea why for net47
we have a type forward assembly instead of just a placeholder file like with the other TFMs?
Any idea why for
net47
we have a type forward assembly instead of just a placeholder file like with the other TFMs?
System.ValueTuple is part of the shared framework in net461 and net47, but not in all others.
System.ValueTuple is part of the shared framework in net461 and net47, but not in all others.
System.ValueTuple isn't part of .NET Framework 4.6.1. It got moved inbox with 4.7:
Spoke with @ericstj offline. System.ValueTuple got moved inbox with 4.7 but into mscorlib.dll, therefore type forwards are needed. Later with 4.7.1 a System.ValueTuple facade assembly got added inbox.
For the new package, net462 has the real implementation, net47 should be a typeforwards assembly and (optionally, but IMO makes sense) net471 should be a placeholder file.
Migrated from 2.1.
The last released version of this package (4.5.0) targeted these frameworks:
The new version of the package will have to target: