I have a requirement to create different type of NuGet with Same project. I know we can create different nuspec file for this purpose. I just wanted to know if it is possible to create a parent nuspec file with common content and use it in child nuspec file.
I wanted to do this so that nuspec file mangement would be easy.
Thanks