Hi there,
I have a Live Integration project that depends on a number of Dynamicweb assemblies such as Dynamicweb.Ecommerce, Core, Environment and Extensibility. Instead of hardcoding references to these assemblies, I wanted to use their counterpart NuGet packages. However, when I install Dynamicweb.Ecommerce, I get lots of other references and dependencies as well, such as AbcPdf, Smart Search Mailing and a lot more.
Is there a way around that or is that by design? I can imagine the Dynamicweb.Ecommerce needs those to operate at runtime (during which all these assemblies will exist). I just don't need all that crap in my Visual Studio project ;-) Any way around it other than referencing the assembly directly?
Imar