What happen to nuget today? Are they out? I was not able to download everything using VS or even the browser was not able to download
https://api.nuget.org/packages/entityframework.6.1.3.nupkg
Browser returned:
This site can’t be reached api.nuget.org’s server DNS address could not be found. Try running Windows Network Diagnostics.
VS returned:
Error occured:\nAn error occurred while sending the request.
Package Manager Console returned:
install-package : An error occurred while sending the request.
At line:1 char:1
+ install-package entityframework
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], Exception
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
Any idea? Please help. Thanks