Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency on System.ValueTuple NuGet package when targeting .Net 4.7 #336

Closed
NightWatchman opened this issue Aug 2, 2017 · 1 comment

Comments

@NightWatchman
Copy link

System.ValueTuple is incompatible with .Net Framework 4.7 (because it's already built in to 4.7). If forced to reference the System.ValueTuple nuget package, which is brought in by MoreLINQ as a package dependency causes a conflict and prevents the use of tuple language features available in .Net 4.7.

I see you're already multi-targeting and have provisions in your project file. It just needs an adjustment for net47

@atifaziz
Copy link
Member

atifaziz commented Aug 2, 2017

This is a duplicate of #280.

@atifaziz atifaziz marked this as a duplicate of #280 Aug 2, 2017
@atifaziz atifaziz closed this as completed Aug 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants