From dc78f091514dda5f9df408799db508ddfa7509cb Mon Sep 17 00:00:00 2001 From: Alejandro Chavarria Date: Wed, 5 May 2021 16:05:18 -0600 Subject: [PATCH] Added AWSSDK Dependencies --- clients/sellingpartner-api-aa-csharp/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clients/sellingpartner-api-aa-csharp/README.md b/clients/sellingpartner-api-aa-csharp/README.md index a40dae3..2e156f5 100644 --- a/clients/sellingpartner-api-aa-csharp/README.md +++ b/clients/sellingpartner-api-aa-csharp/README.md @@ -83,6 +83,8 @@ All dependencies can be installed via NuGet - RestSharp - 105.1.0 - Newtonsoft.Json 12.0.3 - NETStandard.Library 2.0.3 (platform-specific implementation requirements are documented on the [Microsoft .NET Guide](https://docs.microsoft.com/en-us/dotnet/standard/net-standard)) +- AWSSDK.Core 3.5.1.23 +- AWSSDK.SecurityToken 3.5.1.5 ## License Swagger Codegen templates are subject to the [Swagger Codegen License](https://github.com/swagger-api/swagger-codegen#license).