Skip to content

Commit 4a1908a

Browse files
chore: bump Microsoft.Extensions.Hosting, Microsoft.Extensions.Logging from 8.0.1 to 9.0.0 (#84)
chore: bump the microsoft-extensions group across 2 directories with 3 updates Bumps the microsoft-extensions group with 3 updates in the /src/Didot.Cli directory: [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime), [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime). Bumps the microsoft-extensions group with 3 updates in the /testing/Didot.Cli.Testing directory: [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime), [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime). Updates `Microsoft.Extensions.DependencyInjection` from 9.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.0) Updates `Microsoft.Extensions.Hosting` from 8.0.1 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.0) Updates `Microsoft.Extensions.Logging` from 8.0.1 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.0) Updates `Microsoft.Extensions.DependencyInjection` from 9.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.0) Updates `Microsoft.Extensions.Hosting` from 8.0.1 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.0) Updates `Microsoft.Extensions.Logging` from 8.0.1 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft-extensions - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft-extensions - dependency-name: Microsoft.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft-extensions - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft-extensions - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft-extensions - dependency-name: Microsoft.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft-extensions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 508809e commit 4a1908a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Didot.Cli/Didot.Cli.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525
<ItemGroup>
2626
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
27-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
28-
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.1" />
27+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
28+
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.0" />
2929
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
3030
<PackageReference Include="System.Private.Uri" Version="4.3.2" />
3131
</ItemGroup>

0 commit comments

Comments
 (0)