Is this possible? I get the error
You are trying to install this package into a project that targets '.NETFramework,Version=v4.7.2' but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.`
I only need one file from this NuGet package that I could just extract locally but I would rather just be able to always rely on NuGet to get the latest version and extract the file in that way.