Hi,
I'm developing a module with dependencies on few Nuget Packages.
For each Nuget, I can't find another way of adding a line in the cnn file: ex:
<assembly> <name>Autofac.dll</name> <path>bin</path>
</assembly>
Is there a way to package + deploy automatically all these dependencies ?
I use the Dnnpackager to help but I can't figure a way to deploy all dependencies automatically.
Thanks for any tips