❔ Project adds "*.Reference" dependencies and libraries
When building my NET 6 sample project, the
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.json
Why is it adding it in NET 6 (or it is not a framework issue?) and how do I exclude adding these *.Reference
targets?1 Reply
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.