Loading
nuget-to-json: fix missing tool packages
After dotnet 9.0.1->9.0.2, when a package is restored with 'tool
install', .nupkg.metadata no longer contains the field:
"source": null
It still contains "contentHash", so we return a dummy source name in
that case.
Fixes: 383ceb66