Hello Falanga, Rod, DOH,
Welcome to Microsoft Q&A forum.
By default, NuGet uses the official NuGet.org source . This source contains a vast repository of publicly available package.
https://api.nuget.org/v3/index.json
You can also add custom package sources to the NuGet.config
file. This is useful for using internal feeds or other external source. Usually located in this location.
C:\Users\your user name\AppData\Roaming\NuGet
For example:
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
Docs Referred:
sources command (NuGet CLI) Best Regards,
Dou
If the answer is helpful, please click "Accept Answer" and upvote it. Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.