Skip to content

Commit 7fc4a1d

Browse files
committed
chore: update Microsoft.Extensions.DependencyInjection to version 8.0.1
1 parent 71939e8 commit 7fc4a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/BatchProcessing/src/HelloWorld/HelloWorld.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.4.4" />
1010
<PackageReference Include="AWS.Lambda.Powertools.BatchProcessing" Version="1.1.2" />
1111
<PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.6.5" />
12-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
12+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
1313
</ItemGroup>
1414
</Project>

0 commit comments

Comments
 (0)