<ExcludeAssets>runtime</> seemingly ignored in plugin projects when compiling for specific RID
I have a plugin framework in which the base project references a NuGet package with
Both the plugin base and plugins are built with:
and the plugins declare their ref to the plugin base as:
yet both the base and all plugins receive individual copies of the runtime DLLs for
runtimes/{RID}/native components.Both the plugin base and plugins are built with:
and the plugins declare their ref to the plugin base as:
yet both the base and all plugins receive individual copies of the runtime DLLs for
win-x86! Is <ExcludeAssets>runtime</ExcludeAssets> insufficient here or does the base project need some additional directive here?