Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Commit fa0227e

Browse files
Bump Microsoft.Extensions.DependencyInjection from 5.0.1 to 5.0.2
Bumps [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dbb57f6 commit fa0227e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/SampleApp/SampleApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<ItemGroup>
99
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
10-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.1" />
10+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.2" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)