I'm relatively new that whole NuGet package stuff and currently I'm struggling a bit with including a referenced COM DLL.
I have a little Utilities library for Autodesk Inventor. So I included the COM reference.
Now I want Visual Studio to automatically create the NuGet package
So every time I build my project, Visual Studio recreates the .nuspec file and generates the package but unfortunately without adding the referenced Inventor DLL to the lib folder inside the NuGet package. I read a lot about adding it manually or editing the .nuspec file, but is there a more simple solution where Visual Studio will do this part for me?
I'm working with VS2017
Thanks in advance