I have a .net 6 solution with a huge number of projects, every project will be publish as a NuGet package to be used by other teams.Some of the projects depends from others project of the solution.
I’m already scared of how complicated an time consuming will be the switch to package dependency for local development.
For every fix it will be necessary to:
- modify one or more projects
- build them, create and publish updated packages
- update dependency in other project
- repeat all if something went wrong
I’m wondering if it’s possible to mantain locally a project dependency that became a package dependency with publication.