It makes no sense to me. NuGet worked fine, but now it throws a server error when I try to install packages. I uninstall and reinstall NuGet with the latter, but still no luck.
PM> Install-Package EntityFramework
Install-Package : The remote server returned an error: (500) Internal Server Error.
At line:1 char:16
+ Install-Package <<<< EntityFramework
+ CategoryInfo : NotSpecified: (:) [Install-Package], WebException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
Has anyone seen anything like this? Thank.
I pointed to https://nuget.org/api/v2/that seems alive ...
source
share