Before version 3.0.0 assemblies were being packaged in their respective TFM folders (e.g. ./lib/netstandard2.0) but after we moved from targeting two TFMs to a single TFM, the assemblies now are being packaged in the root of the ./lib folder.
See @Jericho's comment here: cake-build/website#1656 (comment)
Before version 3.0.0 assemblies were being packaged in their respective TFM folders (e.g.
./lib/netstandard2.0) but after we moved from targeting two TFMs to a single TFM, the assemblies now are being packaged in the root of the./libfolder.See @Jericho's comment here: cake-build/website#1656 (comment)