Closed santoshpatro closed 1 year ago
I think there is an issue with your NuGet source setup. Please try running dotnet nuget list source
to verify.
The exception says that it has trouble connecting to a custom source on Azure (probably your org). It should start working once you point it to api.nuget.org.
Thanks a lot Mukesh. It helped me to fix the issue
I am trying to install latest FSH console tool. I have all the prequsites like .NET 7 and Nodejs (latest) installed in my machine. Now when I tried to install the FSH console via the cmd prompt I see the below error :
I have already installed the FullStackHero WebAPI Boilerplate with .NET 6 version.
Can you please help me to fix this issue