Skip to content

Commit b9efe53

Browse files
Bump Microsoft.Extensions.DependencyInjection from 8.0.0 to 9.0.0
Bumps [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v9.0.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0251819 commit b9efe53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/Examples.DependencyInjection/Examples.DependencyInjection.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="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
12+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
1313
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
1414
</ItemGroup>
1515

0 commit comments

Comments
 (0)