Nuget package contentFiles not copied to .NET Core project
问题 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 projects use the content folder Project.json/PackageReference/NETCore SDK projects use the contentFiles folder So ok great, I created a .NET Core 2.1 Console Application project and followed the NuGet ContentFiles Demystified blog post which was written in 2016 at the time of project.json but should still work nowadays. I created an image at c:\dev