From @thomaslevesque on November 8, 2017 11:44
This project used to produce the following package structure with the 1.0.4 SDK:

But with the 2.0.2 SDK, it produces this instead:

It looks like the AppendTargetFrameworkToOutputPath property is ignored by dotnet pack.
Is this change intentional? Is there a workaround?
Copied from original issue: dotnet/sdk#1717