You shouldn't need a mapping by default but go to the options for NuGet Package Manager\Package Sources
. Within that list should be at least the following sources (checked).
- https://api.nuget.org/v3/index.json
- C:\program files (x86)\Microsoft SDKs\NuGetPackages\
You may have others. Provided the above core package sources are available you should be able to restore packages. If your company has custom packages hosted in a custom package source then you should add them as well.