Skip to content

Commit

Permalink
fix: Upgrade .net DDB SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham Chaturvedi committed Oct 31, 2024
1 parent b9333fb commit 8aeed4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DynamoDbEncryption/runtimes/net/DynamoDbEncryption.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.303.14"/>
<PackageReference Include="AWSSDK.Core" Version="3.7.304.16"/>
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.402.2"/>
<PackageReference Include="AWSSDK.Core" Version="3.7.400.38"/>
<PackageReference Include="DafnyRuntime" Version="$(DafnyVersion)" />
<ProjectReference Include="../../../submodules/MaterialProviders/AwsCryptographicMaterialProviders/runtimes/net/MPL.csproj"/>
<!--
Expand Down

0 comments on commit 8aeed4e

Please sign in to comment.