Skip to content

Commit 3651437

Browse files
Bump Amazon.Lambda.Core and Amazon.Lambda.Serialization.SystemTextJson
Bumps Amazon.Lambda.Core from 2.8.1 to 3.0.0 Bumps Amazon.Lambda.Serialization.SystemTextJson from 2.4.4 to 3.0.0 --- updated-dependencies: - dependency-name: Amazon.Lambda.Core dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Amazon.Lambda.Serialization.SystemTextJson dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0c98b7a commit 3651437

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

s3-uploader/runtimes/dotnet9_aot_on_provided_al2023/src/LambdaPerf.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
<ItemGroup>
1919
<PackageReference Include="Amazon.Lambda.RuntimeSupport" Version="1.14.2" />
20-
<PackageReference Include="Amazon.Lambda.Core" Version="2.8.1" />
21-
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.4.4" />
20+
<PackageReference Include="Amazon.Lambda.Core" Version="3.0.0" />
21+
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="3.0.0" />
2222
</ItemGroup>
2323

2424
</Project>

0 commit comments

Comments
 (0)