Skip to content

Commit

Permalink
[main] Bump the runtime-dependencies group (#7665)
Browse files Browse the repository at this point in the history
Bumps the runtime-dependencies group in /eng/dependabot/net6.0 with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [Microsoft.Extensions.Configuration.Abstractions](https://github.com/dotnet/runtime) | `6.0.0` | `6.0.1` |
| [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime) | `6.0.0` | `6.0.1` |
| [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) | `6.0.4` | `6.0.4` |
| [Microsoft.Extensions.Logging.Console](https://github.com/dotnet/runtime) | `6.0.0` | `6.0.1` |
| [Microsoft.NETCore.DotNetHost](https://github.com/dotnet/runtime) | `6.0.35` | `6.0.36` |


Updates `Microsoft.Extensions.Configuration.Abstractions` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v6.0.0...v6.0.1)

Updates `Microsoft.Extensions.Logging` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v6.0.0...v6.0.1)

Updates `Microsoft.Extensions.Logging.Abstractions` from 6.0.4 to 6.0.4
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v6.0.4...v6.0.4)

Updates `Microsoft.Extensions.Configuration.Abstractions` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v6.0.0...v6.0.1)

Updates `Microsoft.Extensions.Logging` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v6.0.0...v6.0.1)

Updates `Microsoft.Extensions.Logging.Abstractions` from 6.0.4 to 6.0.4
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v6.0.4...v6.0.4)

Updates `Microsoft.Extensions.Logging.Console` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v6.0.0...v6.0.1)

Updates `Microsoft.NETCore.DotNetHost` from 6.0.35 to 6.0.36
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v6.0.35...v6.0.36)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Configuration.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime-dependencies
- dependency-name: Microsoft.Extensions.Logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime-dependencies
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime-dependencies
- dependency-name: Microsoft.Extensions.Configuration.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime-dependencies
- dependency-name: Microsoft.Extensions.Logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime-dependencies
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime-dependencies
- dependency-name: Microsoft.Extensions.Logging.Console
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime-dependencies
- dependency-name: Microsoft.NETCore.DotNetHost
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 14, 2024
1 parent c252e34 commit b5b632c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eng/dependabot/net6.0/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<!-- Import references updated by Dependabot. -->
<PropertyGroup>
<!-- Microsoft.Extensions.Configuration.Abstractions -->
<MicrosoftExtensionsConfigurationAbstractions60Version>6.0.0</MicrosoftExtensionsConfigurationAbstractions60Version>
<MicrosoftExtensionsConfigurationAbstractions60Version>6.0.1</MicrosoftExtensionsConfigurationAbstractions60Version>
<!-- Microsoft.Extensions.Logging -->
<MicrosoftExtensionsLogging60Version>6.0.0</MicrosoftExtensionsLogging60Version>
<MicrosoftExtensionsLogging60Version>6.0.1</MicrosoftExtensionsLogging60Version>
<!-- Microsoft.Extensions.Logging.Abstractions -->
<MicrosoftExtensionsLoggingAbstractions60Version>6.0.4</MicrosoftExtensionsLoggingAbstractions60Version>
<!-- Microsoft.Extensions.Logging.Console -->
<MicrosoftExtensionsLoggingConsole60Version>6.0.0</MicrosoftExtensionsLoggingConsole60Version>
<MicrosoftExtensionsLoggingConsole60Version>6.0.1</MicrosoftExtensionsLoggingConsole60Version>
<!-- Microsoft.NETCore.App -->
<MicrosoftNETCoreApp60Version>6.0.35</MicrosoftNETCoreApp60Version>
<MicrosoftNETCoreApp60Version>6.0.36</MicrosoftNETCoreApp60Version>
</PropertyGroup>
</Project>

0 comments on commit b5b632c

Please sign in to comment.