Skip to content

Commit e977af7

Browse files
authored
Add reference to AWSSDK.SecurityToken as it's required for AssumeRoleArn option (loic-sharma#460)
Addresses loic-sharma#277 (comment) - Adds `AWSSDK.SecurityToken` package (required for `AssumeRoleArn` option) - Updates `AWSSDK.S3` to the latest version
1 parent 62e28b9 commit e977af7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/BaGet.Aws/BaGet.Aws.csproj

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0</TargetFrameworks>
@@ -8,7 +8,8 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="AWSSDK.S3" Version="3.3.30" />
11+
<PackageReference Include="AWSSDK.S3" Version="3.3.110.20" />
12+
<PackageReference Include="AWSSDK.SecurityToken" Version="3.3.104.27" />
1213
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="$(MicrosoftExtensionsPackageVersion)" />
1314
</ItemGroup>
1415

0 commit comments

Comments
 (0)