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 e9c9492 commit 2afabf1Copy full SHA for 2afabf1
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.2.0" />
17
- <PackageReference Include="AWS.Lambda.Powertools.Metrics" Version="1.3.3" />
18
- <PackageReference Include="AWS.Lambda.Powertools.Tracing" Version="1.2.0" />
+ <PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.3.0" />
+ <PackageReference Include="AWS.Lambda.Powertools.Metrics" Version="1.4.0" />
+ <PackageReference Include="AWS.Lambda.Powertools.Tracing" Version="1.3.0" />
19
</ItemGroup>
20
-</Project>
+</Project>
0 commit comments