Skip to content

Remove unnecessary NuGet package references.#5242

Merged
rainersigwald merged 1 commit intodotnet:masterfrom
teo-tsirpanis:master
Apr 8, 2020
Merged

Remove unnecessary NuGet package references.#5242
rainersigwald merged 1 commit intodotnet:masterfrom
teo-tsirpanis:master

Conversation

@teo-tsirpanis
Copy link
Copy Markdown
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
Copy Markdown
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 . . .

Comment thread src/Build/Microsoft.Build.csproj Outdated
@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
Copy Markdown
Member

Thanks, @teo-tsirpanis!

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