Skip to content

Commit b5b632c

Browse files
[main] Bump the runtime-dependencies group (#7665)
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>
1 parent c252e34 commit b5b632c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

eng/dependabot/net6.0/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<!-- Import references updated by Dependabot. -->
33
<PropertyGroup>
44
<!-- Microsoft.Extensions.Configuration.Abstractions -->
5-
<MicrosoftExtensionsConfigurationAbstractions60Version>6.0.0</MicrosoftExtensionsConfigurationAbstractions60Version>
5+
<MicrosoftExtensionsConfigurationAbstractions60Version>6.0.1</MicrosoftExtensionsConfigurationAbstractions60Version>
66
<!-- Microsoft.Extensions.Logging -->
7-
<MicrosoftExtensionsLogging60Version>6.0.0</MicrosoftExtensionsLogging60Version>
7+
<MicrosoftExtensionsLogging60Version>6.0.1</MicrosoftExtensionsLogging60Version>
88
<!-- Microsoft.Extensions.Logging.Abstractions -->
99
<MicrosoftExtensionsLoggingAbstractions60Version>6.0.4</MicrosoftExtensionsLoggingAbstractions60Version>
1010
<!-- Microsoft.Extensions.Logging.Console -->
11-
<MicrosoftExtensionsLoggingConsole60Version>6.0.0</MicrosoftExtensionsLoggingConsole60Version>
11+
<MicrosoftExtensionsLoggingConsole60Version>6.0.1</MicrosoftExtensionsLoggingConsole60Version>
1212
<!-- Microsoft.NETCore.App -->
13-
<MicrosoftNETCoreApp60Version>6.0.35</MicrosoftNETCoreApp60Version>
13+
<MicrosoftNETCoreApp60Version>6.0.36</MicrosoftNETCoreApp60Version>
1414
</PropertyGroup>
1515
</Project>

0 commit comments

Comments
 (0)