CommonBuildToolset / CBT.Modules

Modules for CBT
MIT License
9 stars 5 forks source link

CBT.DotNetFx-net472 1.0.1 has an extra directory depth in Facades #277

Closed johnthcall closed 5 years ago

johnthcall commented 5 years ago

Comparing CBT.DotNetFx-net471.1.0.2 and CBT.DotNetFx-net472.1.0.1 there is an extra directory level to access Facades in 472. In 471 the directory for System.Collections.dll is build\net471\Facades\System.Collections.dll in 472 it is build\net472\Facades\Facades\System.Collections.dll

I have traced the problem down to https://github.com/CommonBuildToolset/CBT.Modules/commit/b7e32a9f09328d5c03fbb6d3cf05e2a0937d5800 When we migrated from .nuproj to .csproj the extra Facades directory was added to all the CBT.DotNetFx output nupkg.

jeffkl commented 5 years ago

Closed via #278