Skip to content

Commit cc68dbf

Browse files
Bump Microsoft.Extensions.DependencyInjection and Microsoft.Extensions.Logging
Bumps [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Extensions.DependencyInjection` from 9.0.1 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.1...v9.0.2) Updates `Microsoft.Extensions.Logging` from 9.0.0 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.2) --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 93f12f4 commit cc68dbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Directory.Packages.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.8.0" />
1212
<PackageVersion Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.8.0" />
1313
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" />
14-
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="9.0.1" />
15-
<PackageVersion Include="Microsoft.Extensions.Logging" Version="9.0.0" />
16-
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.1" />
14+
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="9.0.2" />
15+
<PackageVersion Include="Microsoft.Extensions.Logging" Version="9.0.2" />
16+
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.2" />
1717
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
1818
<PackageVersion Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.10" />
1919
<PackageVersion Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="8.0.10" />

0 commit comments

Comments
 (0)