Skip to content

Commit a0e07fc

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
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" />
@@ -18,4 +21,4 @@
1821
<ItemGroup>
1922
<ProjectReference Include="..\..\src\HelloWorld\HelloWorld.csproj" />
2023
</ItemGroup>
21-
</Project>
24+
</Project>

0 commit comments

Comments
 (0)