I'm trying to deploy a completed .NET 472 Windows Service application which makes use of the
Confluent.Kafka (1.4.3)
nuget package. In VS2017 the Nuget creates a Debug/Release subdirectory called:
librdkafka with two subdirectories x64 and x86
. When I either Publish or use a deployment project (vdproj) none of the x64 and x86 dlls are copied to the publish directory nor included in the "Detected Dependencies" for the project. Is there something I'm missing that would prevent the dlls from the librdkafka to not get placed into the publish directory nor detected in the vdproj?
Is there some way to get these included into the publish directory or into the detected dependencies on the vdproj?