We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726033d commit ba11561Copy full SHA for ba11561
examples/ServerlessApi/src/LambdaPowertoolsAPI/LambdaPowertoolsAPI.csproj
@@ -13,8 +13,8 @@
13
</PropertyGroup>
14
<ItemGroup>
15
<PackageReference Include="Amazon.Lambda.AspNetCoreServer" Version="8.1.0" />
16
- <PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.4.4" />
17
- <PackageReference Include="AWS.Lambda.Powertools.Metrics" Version="1.5.3" />
18
- <PackageReference Include="AWS.Lambda.Powertools.Tracing" Version="1.3.2" />
+ <PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.5.0" />
+ <PackageReference Include="AWS.Lambda.Powertools.Metrics" Version="1.6.0" />
+ <PackageReference Include="AWS.Lambda.Powertools.Tracing" Version="1.4.0" />
19
</ItemGroup>
20
</Project>
0 commit comments