To solve the issue with nuget, open elevated powershell (as admin), and perform the following command:
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
The command does not give any reply.
This enables TLS1.2 which is probably required by now.
Try your nuget command again.
Hope this helps you. Have a great day.