Skip to content

Conversation

@ViktorHofer
Copy link
Member

@ViktorHofer ViktorHofer commented Mar 19, 2025

Fixes #213

System.ValueTuple is inbox on .NET Framework >= 4.7.1 and therefore any potential redirect for it should be removed. This is necessary as the assembly version in the already shipped packages is higher than what's provided inbox on .NET Framework

Package layout:

image

System.ValueTuple is inbox on .NET Framework >= 4.7.1 and therefore any potential redirect for it should be removed. This is necessary as the assembly version in the already shipped packages is higher than what's provided inbox on .NET Framework
@ericstj ericstj merged commit 6b84308 into main Mar 19, 2025
5 checks passed
@ViktorHofer ViktorHofer deleted the ValueTupleAssemblyVersionRedirectFix branch March 19, 2025 20:55
@jnm2
Copy link

jnm2 commented Nov 12, 2025

This fix broke net471+ apps that consumed community libraries targeting net462 that referenced System.ValueTuple 4.5.0: #243

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

System.ValueTuple.DLL 4.6.0 not copied to output directory

5 participants