Is there a way to make NuGet Package Source settings per solution?
TLDR: Yes NuGet uses a hierarchical application of package sources starting with the NuGet.config at the level of your Windows User Profile and then applying more and more granular configuration starting at the root of the file path that contains your solution, finally ending with the directory containing your solution file. So here’s what I’ve … Read more