/runtimes-debug: Shared libraries in this folder will be included in the packagedruntimesfolder when the build configuration isDebug./runtimes-release: Shared libraries in this folder will be included in the packagedruntimesfolder when the build configuration isRelease./runtimes-debug: Shared libraries in this folder will always be included in the packagedruntimesfolder.
The folder structure beneath these runtime folders should be the following:
runtimes-*/[RID]/native
RID should be a .NET RID like win-x64 or linux-x64.