Skip to content

Commit be54168

Browse files
authored
Update HelloWorld.Tests.csproj
Signed-off-by: Henrique Graca <999396+hjgraca@users.noreply.github.com>
1 parent 92a9ce8 commit be54168

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/BatchProcessing/test/HelloWorld.Test/HelloWorld.Tests.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
</PropertyGroup>
55
<ItemGroup>
66
<PackageReference Include="Amazon.Lambda.Core" Version="2.2.0" />
7+
<PackageReference Include="Amazon.Lambda.DynamoDBEvents" Version="3.1.0" />
8+
<PackageReference Include="Amazon.Lambda.KinesisEvents" Version="2.2.0" />
9+
<PackageReference Include="Amazon.Lambda.SQSEvents" Version="2.2.0" />
710
<PackageReference Include="Amazon.Lambda.TestUtilities" Version="2.0.0" />
811
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.4.1" />
912
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.301.18" />

0 commit comments

Comments
 (0)