❔ Project adds "*.Reference" dependencies and libraries
When building my NET 6 sample project, the
I do reference a client project within my solution.
However with net core 3.1 I don't see it adding
Why is it adding it in NET 6 (or it is not a framework issue?) and how do I exclude adding these
deps.json file has the following target properties:I do reference a client project within my solution.
However with net core 3.1 I don't see it adding
"SampleProject.Client.Reference" to the target and the library property of deps.jsonWhy is it adding it in NET 6 (or it is not a framework issue?) and how do I exclude adding these
*.Reference targets?