Tools Used: Visual Studio 2015 Enterprise, Nuget 3.5, .NET Framework 4.0
Does anyone have a working sample of a NuGet Package that includes some xml files as well as dll libraries?
I have read scattered notes about this in many places, but I have yet to find a working sample. There seems to be debate as to whether xml files belong in net folder or in content files folder. I am also reading that we require some sort of power shell script to copy the file into bin when the package installs?
The xml has to be in the BIN folder with the dlls when the package installs.
A working sample would help a lot.