How to copy a dll present in my Nuget package to a subfolder in the consuming project directory?
I have a requirement to create a NuGet package that contains an assembly and this assembly shall be copied in a subfolder of the consuming project *normally it would be copied in the base directory accordingly. So, if the output folder is like this binx64Debug, then after the package is consumed and the solution is built, I should have the assembly placed inside binx64DebugsomeSubfolder. The inclusion of this package should not modify any other dll present in the output path!