I have a number of C# projects that all share the same packages and external references. In order to keep all packages up to date across all solutions is there a way I can use a central "packages.config" rather than an individual one for each project?
Thanks all
FYI I am using visual studio 2019.