Whilst trying to update the base packages for a project at work, I eventually came across an error within Visual Studio.
"Unable to find package" ...
This was confusing since the project had successfully built numerous times with different build versions, however after a x.x.2 build, I could no longer retrieve any of the NuGet packages.
Ultimately I had to update the nuget.config file, found in the project root directory (edited with notepad).
Guidance on this if found in Azure DevOps -> Artifacts -> Application -> Connect to Feed -> NuGet.exe.
Cleaning and building the solution would then download the packages.
Created: 13-Sep-2022