Working on creating a nuget pkg for a project (A.csproj) which depends on another project (B.csprojec) added as a project reference. Here is the .nuspec ,
for me: %appdata%\NuGet\NuGet.Config contained only
after doing
nuget sources add -Name "NuGet official package source" -Source "https://api.nuget.org/v3/index.json"
this was added
afterwards packeges were found.