My internet is broken and I'm trying to install local NuGet package in one of my projects and got exception message:
...thrown when trying to add source "https://api.nuget.org/v3/index.json". Please verify all your online package sources are available..
This is package of my other projects which has dependencies on some other packages form nuget.org but if all installed online packages are stored in local "../Solution/packages" folder, why I can't install my package?