Amazon AWS SDK Betriebsanweisung Seite 34

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 73
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 33
NuGet from Solution Explorer
To use NuGet from Solution Explorer, right-click on your project and select Manage NuGet Packages...
from the context menu.
From the Manage NuGet Packages dialog box, select Online in the left pane.You can then search for
the package that you want to install using the search box in the upper right corner.The screenshot shows
the AWS.Extensions assembly package. Notice that NuGet is aware that this package has a dependency
on the AWSSDK assembly package; NuGet will therefore install the AWSSDK package if it is not already
installed.
NuGet Package Manager Console
To use NuGet from the Package Manager Console within Visual Studio:
Visual Studio 2010 – From the Tools menu, select Library Package Manager, and click Package
Manager Console.
Visual Studio 2012 – From the Tools menu, select Nuget Package Manager, and click Package
Manager Console.
From the console, you can install the AWS assemblies using the Install-Package command. For ex-
ample, to install the AWS SDK for .NET assembly, use the following command line:
Install-Package AWSSDK
To install an earlier version of a package, use the -Version option and specify the desired package
version. For example, to install version 1.5.1.0 of the AWS SDK for .NET assembly, use the following
command line:
Version v2.0.0
30
AWS SDK for .NET Developer Guide
NuGet from Solution Explorer
Seitenansicht 33
1 2 ... 29 30 31 32 33 34 35 36 37 38 39 ... 72 73

Kommentare zu diesen Handbüchern

Keine Kommentare