Open ViktorHofer opened 1 year ago
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries See info in area-owners.md if you want to be subscribed.
Author: | ViktorHofer |
---|---|
Assignees: | - |
Labels: | `area-Infrastructure-libraries` |
Milestone: | - |
Currently inbox source projects use
<Reference />
items instead of<ProjectReference />
items. That design dates back to .NET Core 2.0 days, when dependencies were represented differently. With the continuous work over the last years bringing us closer to the customer path, we should consider updating these to use P2Ps instead.Here are just some advantages:
Blocked on https://github.com/NuGet/NuGet.Client/pull/5452