I use NuGet to find the best way to share and update packages for sharing between several developers.
I installed Nuget and after selecting the option "Manage | NuGet pakages",
I installed the “HtmlAgilityPack” package and noticed that it puts the package directory in the “Solutions” folder.
So, I assume that if I want to share this application so that other developers work on it, I also had to add this package to my repository ....
This is not exactly what I want, since I prefer my packages to be installed in a more global location, so that other applications can also access them ...
Is there a better way to do this?
source share