Skip to content

Installation NuGet

jziaja edited this page Mar 5, 2015 · 1 revision

Using NuGet is the recommended way to install the PayPal .NET SDK. NuGet automatically downloads any dependencies needed by the SDK.

To install NuGet, please refer to the NuGet installation documentatation.

There are two ways to install the SDK using NuGet. The first is using the NuGet Package Manager console, and the other is using the Visual Studio Extension.

NuGet Package Manager Console

Run the following command in the NuGet Package Manager console to install the SDK and all its dependencies:

PM> Install-Package PayPal

NuGet Visual Studio Extension

To install the SDK using the NuGet Visual Studio extension, do the following:

  1. In the Solution Explorer, right-click your project and click Manage NuGet Packages...

  1. In the search box, type "PayPal" and hit Enter
  2. After the search completes, find the listing for PayPal .NET SDK and click Install

Next

Configure the SDK