Let's consider some example with Linq2d package.
I have some project where I imported nuget package:
It is placed in root scope of the project.
Do we have any way (without changing original nuspec and package) to move it in another directory (something inner, not root)?
Or at least to hide LinqToDB.Templates directory?
Such folders make mess inside root level of projects.
I tried to simply drag it, but it is reverted back later automatically.