I've added two files in my nuget package:
- lib\net40\Binary.dll
- content\Core.config
'Copy to Output Directory' for Core.config is setup as "Copy always". This works fine and I'm getting it in build output folder.
But whenever I update nuget package, 'Copy to Output Directory' is reverted to "Do not copy" i.e. default.
Question: How can I prevent nuget update to change properties of Content files?