I am faced with a complicated task, I want to load an assembly from the Nuget packages folder and use it in my PowerShell script. But each package contains its own dlls (and it is logical).
How can I upload or place all dlls with their dependencies in one folder by Nuget or other Powershell tools?