Importing content-only package to DotNet Core 3.1 project in Visual Studio 16.6
问题 I have defined and created a content-only package to share JSON schemas between different projects. I packaged it using nuget.exe , and could successfully add it to .Net Framework 4.6 library project. But when I tried to add it to the DotNet Core 3.1 library project (NUnit tests) the following error occurred: NU1212 Invalid project-package combination for <package name>. DotnetToolReference project style can only contain references of the DotnetTool type Nuget support documentation (package