What I have:
- VS2015U2
- Class library project
- project.json
What I need: I need to copy only some(not all) of the Nuget references to the output folder.
Note: This could be easily done with the "CopyLocal" when using packages.config.
Note2: I found that I can use CopyNuGetImplementations in my .xproj file but this will copy all libraries which is not desired.