Managing dependencies for a single project is easy.
It becomes complicated when there are many projects in the solution.
Central Package Management can help you to manage all dependencies in one place.
How?
Find out from my blog post.
https://okyrylchuk.dev/blog/new-place-to-manage-packages-in-dotnet/
It becomes complicated when there are many projects in the solution.
Central Package Management can help you to manage all dependencies in one place.
How?
Find out from my blog post.
https://okyrylchuk.dev/blog/new-place-to-manage-packages-in-dotnet/
Comments
Subscribe: https://go.okyrylchuk.dev/vbokBk
I tried to migrate one of our project to CPM, *but* it was quite cumbersome. We wanted to reference certain package in every project - such as additional analyzer library...
Is there any better approach for this?