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 1b01d68 commit 51fb931Copy full SHA for 51fb931
examples/Idempotency/src/HelloWorld/HelloWorld.csproj
@@ -9,6 +9,6 @@
9
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.6.0" />
10
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.3.1" />
11
<PackageReference Include="AWS.Lambda.Powertools.Idempotency" Version="0.2.2-preview" />
12
- <PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.3.2" />
+ <PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.3.3" />
13
</ItemGroup>
14
</Project>
0 commit comments