Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.

Commit

Permalink
Update ServiceStack.Aws.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Jun 9, 2020
1 parent ef9bc30 commit fe0e322
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ServiceStack.Aws/ServiceStack.Aws.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@

<ItemGroup>
<PackageReference Include="ServiceStack" Version="$(Version)" />
<PackageReference Include="AWSSDK.Core" Version="3.3.106.12" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.3.105.34" />
<PackageReference Include="AWSSDK.S3" Version="3.3.110.58" />
<PackageReference Include="AWSSDK.SQS" Version="3.3.102.99" />
<PackageReference Include="AWSSDK.Core" Version="3.3.107.8" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.3.106.16" />
<PackageReference Include="AWSSDK.S3" Version="3.3.111.9" />
<PackageReference Include="AWSSDK.SQS" Version="3.3.102.123" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
Expand Down

0 comments on commit fe0e322

Please sign in to comment.