Visual Studio 2019.
I have several assemblies in my projects. Assembly A (nuget package), Assembly B - references to assembly A and use some classes from it, Application C - references to Assembly B and use code that inside using code from assembly A,
When building, output for assembly B contains assembly A, but application C doesn't contain assembly A.
Is any change to get assembly A goes to output folder for application, without referencing it directly?