Costin
❔ Make package C private in project A, which inherits project B which uses package C
I have tried doing the following in project B's config (PrivateAssets = "All"):
however, it throws
System.IO.FileNotFoundException: 'Could not load file or assembly
exception, meaning that the package is not being placed with project A's build. I am (obviously) running from project A.6 replies