Skip to content

Commit f226b11

Browse files
authored
Update to version 2.7.0 of Amazon.Lambda.Core (#2109)
1 parent 5448169 commit f226b11

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"Projects": [
3+
{
4+
"Name": "Amazon.Lambda.TestTool.BlazorTester",
5+
"Type": "Patch",
6+
"ChangelogMessages": [
7+
"Update to version 2.7.0 of Amazon.Lambda.Core"
8+
]
9+
}
10+
]
11+
}

Tools/LambdaTestTool/src/Amazon.Lambda.TestTool/Amazon.Lambda.TestTool.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Amazon.Lambda.Core" Version="2.5.0" />
12+
<PackageReference Include="Amazon.Lambda.Core" Version="2.7.0" />
1313
<PackageReference Include="AWSSDK.SSO" Version="3.7.400.85" />
1414
<PackageReference Include="AWSSDK.SSOOIDC" Version="3.7.400.86" />
1515
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />

0 commit comments

Comments
 (0)