C#C
C#3y ago
Sonath

❔ Referencing new projects with the main project

Let's say I have a main project CoreProject and I want to add 2 new projects: a LoggerService and a Contracts.

The question is: Is it okay if I make LoggerService have a project reference with Contracts and then have CoreProject have a project reference with LoggerService?
Does this mean that CoreProject also has a reference with Contracts because LoggerService has it?
Was this page helpful?