Skip to content

Commit 3ffc139

Browse files
authored
Update HelloWorld.csproj
Signed-off-by: Henrique Graca <[email protected]>
1 parent ba11561 commit 3ffc139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Tracing/src/HelloWorld/HelloWorld.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<PackageReference Include="Amazon.Lambda.Core" Version="2.1.0" />
99
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.6.0" />
1010
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.3.1" />
11-
<PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.4.4" />
12-
<PackageReference Include="AWS.Lambda.Powertools.Tracing" Version="1.3.2" />
11+
<PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.5.0" />
12+
<PackageReference Include="AWS.Lambda.Powertools.Tracing" Version="1.4.0" />
1313
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.201.13" />
1414
</ItemGroup>
1515
</Project>

0 commit comments

Comments
 (0)