I am getting an below error while trying to install package 'xxx' on a project through visual studio using manage nuget packages
An error occurred while trying to restore packages. Unable to find version 'x.x.xxxx.xxx' of Moq. Package 'Moq x.x.xxxx.xxx' is not found on source.
I am getting an this error while trying to install package 'xxx'Trying to restore failed with the same errorI tried nuget locals all -clear
and reopening vs. But nothing worked.