When you’re packing your NuGet packages with
and the Whatever project happens to reference another project, Whatever.Dependency.csproj (with the < ProjectReference . . . > tag in Whatever.csproj), the default behavior is to treat the reference as if the referenced project was ALSO a NuGet package, in which case you would need to
This might be what you want – and if so, then there’s no problem, and you can stop reading now. 🙂