Open
Description
For the packages that ship out of dotnet/maintenance-packages, the major and/or minor version recently changed which makes those packages not get pruned from the restore graph.
Most of the m-p packages don't apply to .NETCoreApp and in some cases also not to .NET Standard >= 2.0. Take System.ValueTuple as an example which should get pruned when targeting netstandard2.0 or newer.