I\'m trying to extract content files from a Nuget package to a project referencing my package.
Based on Justin Emgarten\'s comment
Packages.config
nupkg should have contentFiles/ directory:
contentFiles/
Install to netcore project:
It won't be a loose file in the consuming project, it will be an EmbeddedResource when you build the project:
EmbeddedResource