VisualStudio Nuget - MG Extended: DLL (etc.) location

I’ve installed Extended using Nuget, but many of the DLLs and other files are being stored directly under the project instead of under dependencies.

I tried moving them to a new folder, put they are moved back next time I open the solution.
They are cluttering up the solution explorer.

Are they meant to be placed there? Is there a way to move them?

Any help would be appreciated. Thanks.

It’s probably a problem with the NuGet package and the way the files were packaged up.

When you delete the files, the next time you run VS, VS is probably restoring the package and it sees that the files are missing, so it adds them back in.

Contact the Author of MG Extended and see what they say.