I am trying to create a project in visual studios 2013 and when I run the PM command to install authorize.net I get the following error.
PM> Install-Package AuthorizeNet
The source at nuget.org [https://www.nuget.org/api/v2/] is unreachable. Falling back to NuGet Local Cache at C:\Users\Administrator\AppData\Local\NuGet\Cache
Install-Package : Unable to find package 'AuthorizeNet'.
At line:1 char:1
+ Install-Package AuthorizeNet
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
01-25-2019 02:09 PM