I have a nuget package published that contains exe, other libraries and content files. The content files are templates that help in create the final output based on the template(s). Unfortunately, when the nuget is referenced from another another project, only the lib files can be found in the output directory.
Is there a way to have the content to get copied to the output path as well? Here's a link to the nuspec.
Thanks for the response.
Regards