Remove more unnecessary NuGet package references.#6036
Remove more unnecessary NuGet package references.#6036Forgind merged 5 commits intodotnet:masterfrom teo-tsirpanis:nuget-cleanup
Conversation
Not trivially, because we often have to coordinate with other repos and Visual Studio itself. I started taking a crack at this in #5910 but got bogged down and probably won't finish before I head out on parental leave. |
Congratulations!! 🥳👶🏻 |
benvillalobos
left a comment
There was a problem hiding this comment.
Comments from the PR review meeting: Any PackageReference items that were removed should also remove the equivalent PackageReference in the eng\Packages.props file.
|
Done @benvillalobos. I also cleaned-up all unused |
Forgind
left a comment
There was a problem hiding this comment.
Looks good. Our master branch is temporarily closed to new commits, but we'll merge this soon. Thanks for this!
|
Thanks @teo-tsirpanis! |
A continuation of #5242, this PR removes more NuGet packages, some of which were added later.
I have seen that some packages like
System.Collections.Immutablewere updated to version 5.0.0. Can I do the same for the other system packages as well?