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 unnecessary NuGet package references. #5242

Merged
merged 1 commit into from
Apr 8, 2020
Merged

Remove unnecessary NuGet package references. #5242

merged 1 commit into from
Apr 8, 2020

Conversation

teo-tsirpanis
Copy link
Contributor

Some NuGet packages (such as System.Net.Http) do not target .NET Standard 2.0 and reference tons of packages from older .NET Standard versions. The types they contain are already included in .NET Standard 2.0, so they were removed to unburden the package reference graph.

Copy link
Member

@rainersigwald rainersigwald left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this looks like a nice simplification! One nit . . .

@rainersigwald rainersigwald added this to the MSBuild 16.6 Preview 3 milestone Apr 7, 2020
@rainersigwald rainersigwald merged commit 1ae86d6 into dotnet:master Apr 8, 2020
@rainersigwald
Copy link
Member

Thanks, @teo-tsirpanis!

Forgind added a commit to Forgind/msbuild that referenced this pull request Apr 8, 2020
Forgind added a commit that referenced this pull request Apr 8, 2020
benvillalobos added a commit to benvillalobos/msbuild that referenced this pull request Apr 8, 2020
sfoslund pushed a commit to sfoslund/msbuild that referenced this pull request May 15, 2020
Some NuGet packages (such as `System.Net.Http`) do not target .NET Standard 2.0 and reference tons of packages from older .NET Standard versions. The types they contain are already included in .NET Standard 2.0, so they were removed to unburden the package reference graph.
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.

2 participants