Skip to content

Fix ValueTuple consumption on >= net471#215

Merged
ericstj merged 2 commits into
mainfrom
ValueTupleAssemblyVersionRedirectFix
Mar 19, 2025
Merged

Fix ValueTuple consumption on >= net471#215
ericstj merged 2 commits into
mainfrom
ValueTupleAssemblyVersionRedirectFix

Conversation

@ViktorHofer

@ViktorHofer ViktorHofer commented Mar 19, 2025

Copy link
Copy Markdown
Member

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
Comment thread src/System.ValueTuple/src/System.ValueTuple.csproj Outdated
Comment thread src/System.ValueTuple/src/System.ValueTuple.csproj
@ericstj
ericstj merged commit 6b84308 into main Mar 19, 2025
@ViktorHofer
ViktorHofer deleted the ValueTupleAssemblyVersionRedirectFix branch March 19, 2025 20:55
@jnm2

jnm2 commented Nov 12, 2025

Copy link
Copy Markdown

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

4 participants