Add a link to the visual studio project for amazon sdk web services

How can I add a link to an installed amazon sdk (already installed) in an existing class library?

I can create a new amazon aws project, but I just want to add a link to an existing class library that will use the amazon aws API.

searched in the line but couldn’t find it ... so the link is as good as the direct answer.

+3
source share
1 answer

DLL ? NuGet Tools > Extension Manager . . NuGet :

( ) AWS SDK, :

Install-Package AWSSDK

+4

All Articles