dotnet / sdk

Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
https://dot.net/core
MIT License
2.74k stars 1.07k forks source link

Hook onto the restore CollectPrunedPackageReferences target and provide the list of packages to be pruned to NuGet #44694

Open nkolev92 opened 2 weeks ago

nkolev92 commented 2 weeks ago

Design at https://github.com/NuGet/Home/pull/13634.

Provide the list of package ids and versions to be pruned.

A few details from the design.

nkolev92 commented 2 weeks ago

cc @dsplaisted