I've added this line of code, to make all Nuget assemblies copy to output folder:
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
However, now I see many folders in the output director, that I think belong to culture-specific assemblies:
What are they? How do I disable them?