Retornou o seguinte erro ao tentar instalar o EntityFrameworkCore em minha maquina:
PM> Install-Package Microsoft.EntityFrameworkCore.SqlServer -Version 1.1
Attempting to gather dependency information for package 'Microsoft.EntityFrameworkCore.SqlServer.1.1.0' with respect to project 'ByteBank.SistemaAgencia', targeting '.NETFramework,Version=v4.6.1'
Install-Package : Unable to load the service index for source https://api.nuget.org/v3/index.json.
An error occurred while sending the request.
The underlying connection was closed: An unexpected error occurred on a receive.
O pacote de segurança necessário não existe
At line:1 char:1
+ Install-Package Microsoft.EntityFrameworkCore.SqlServer -Version 1.1
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], Exception
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
Time Elapsed: 00:00:01.2550224
Poderiam me ajudar a resolver este problema?