This repository was archived by the owner on Sep 13, 2022. It is now read-only.

Description
With dotnet/sdk#1052, the .NET SDK will include conflict resolution. The conflict resolution that currently is part of the Microsoft.Packaging.Tools package should be removed from the closure of NETStandard.Library, so they don't conflict (right now the SDK sets a property to disable the conflict resolution from Microsoft.Packaging.Tools, but there are targets with the same name between the two packages that depend on the fact that the SDK targets are evaluated last).
As I understand it, the plan is for there to be a separate NuGet package which will provide the conflict resolution for non-SDK projects targeting .NET Framework. So the non-SDK conflict resolution should be moved there.