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

cleanup system.linq to be conditional imports #145

Merged
merged 1 commit into from
Sep 6, 2019

Conversation

chinwobble
Copy link

System.Linq.Expressions and System.Linq.Queryable is already included in .net framework and .net standard 2.0. We shouldn't force apps targeting these to install these packages when they aren't needed.

This change removes these unnecessary dependencies.

@a-gubskiy a-gubskiy merged commit 2d70265 into dncuug:master Sep 6, 2019
@chinwobble
Copy link
Author

@ernado-x thanks for merging.

Do you know when you will release to nuget?

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

Successfully merging this pull request may close these issues.

2 participants