Skip to content

Commit 467920c

Browse files
kiptersKralizek
authored andcommitted
Updated Lambda packages to latest minor versions (#1)
1 parent 828a2b5 commit 467920c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

sample/functions/Lambda/Lambda.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Amazon.Lambda.Core" Version="1.0.0" />
11-
<PackageReference Include="Amazon.Lambda.Serialization.Json" Version="1.1.0" />
10+
<PackageReference Include="Amazon.Lambda.Core" Version="1.1.0" />
11+
<PackageReference Include="Amazon.Lambda.Serialization.Json" Version="1.5.0" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

sample/functions/TemplatedLambda/TemplatedLambda.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Amazon.Lambda.Core" Version="1.0.0" />
10-
<PackageReference Include="Amazon.Lambda.Serialization.Json" Version="1.2.0" />
9+
<PackageReference Include="Amazon.Lambda.Core" Version="1.1.0" />
10+
<PackageReference Include="Amazon.Lambda.Serialization.Json" Version="1.5.0" />
1111
<PackageReference Include="Kralizek.Lambda.Template" Version="2.0.0" />
1212
</ItemGroup>
1313

src/EMG.Lambda.LocalRunner/EMG.Lambda.LocalRunner.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
</PropertyGroup>
2525

2626
<ItemGroup>
27-
<PackageReference Include="Amazon.Lambda.TestUtilities" Version="1.0.0" />
28-
<PackageReference Include="Amazon.Lambda.Serialization.Json" Version="1.1.0" />
27+
<PackageReference Include="Amazon.Lambda.TestUtilities" Version="1.1.0" />
28+
<PackageReference Include="Amazon.Lambda.Serialization.Json" Version="1.5.0" />
2929
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.0.2" />
3030
</ItemGroup>
3131

0 commit comments

Comments
 (0)