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

Commit

Permalink
sync aws .csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Dec 9, 2021
1 parent a97bf02 commit a8250d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ServiceStack.Aws/ServiceStack.Aws.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<ItemGroup>
<PackageReference Include="ServiceStack.Core" Version="$(Version)" />
<PackageReference Include="AWSSDK.Core" Version="3.7.3.33" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.5.2" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.0.94" />
<PackageReference Include="AWSSDK.S3" Version="3.7.4" />
<PackageReference Include="AWSSDK.SQS" Version="3.7.1.36" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceStack.Aws/ServiceStack.Aws.Source.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<ItemGroup>
<ProjectReference Include="..\..\..\ServiceStack\src\ServiceStack\ServiceStack.Source.csproj" />
<PackageReference Include="AWSSDK.Core" Version="3.7.3.33" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.5.2" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.0.94" />
<PackageReference Include="AWSSDK.S3" Version="3.7.4" />
<PackageReference Include="AWSSDK.SQS" Version="3.7.1.36" />
</ItemGroup>
Expand Down

0 comments on commit a8250d1

Please sign in to comment.