I have a project (MyKafka) of type class library to which I have installed Confluent.Kafka package, which also adds dependent packages.
I have a WiX installer project that references the MyKafka project and includes the binary in the wxs file.
Now this nuget package does not include the assemblies into the WiX project, so I have to manually add the dll, but there are lot of other dependent assemblies placed in the packages folders under respective dependent package-folder named folders.
Is there a way that my WiX installer project could auto include all the packages of the referenced projects and the dependent packages?