Skip to content

Commit 2454726

Browse files
Bump the dotnet group across 1 directory with 6 updates (#43560)
Bumps the dotnet group with 6 updates in the /docs/core/extensions/snippets/configuration directory: | Package | From | To | | --- | --- | --- | | [Microsoft.Extensions.Configuration.Binder](https://github.com/dotnet/runtime) | `8.0.2` | `9.0.0` | | [Microsoft.Extensions.Configuration.Json](https://github.com/dotnet/runtime) | `8.0.1` | `9.0.0` | | [Microsoft.Extensions.Configuration.Binder](https://github.com/dotnet/runtime) | `8.0.2` | `9.0.0` | | [Microsoft.Extensions.Configuration.Json](https://github.com/dotnet/runtime) | `8.0.1` | `9.0.0` | | [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) | `8.0.1` | `9.0.0` | | [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime) | `8.0.1` | `9.0.0` | | [Microsoft.Extensions.Configuration.Ini](https://github.com/dotnet/runtime) | `8.0.0` | `9.0.0` | | [Microsoft.Extensions.Options.DataAnnotations](https://github.com/dotnet/runtime) | `8.0.0` | `9.0.0` | Updates `Microsoft.Extensions.Configuration.Binder` from 8.0.2 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.2...v9.0.0) Updates `Microsoft.Extensions.Configuration.Json` 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.Configuration.Binder` from 8.0.2 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.2...v9.0.0) Updates `Microsoft.Extensions.Configuration.Json` 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.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.Configuration.Ini` 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) Updates `Microsoft.Extensions.Options.DataAnnotations` 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.Configuration.Binder dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.Extensions.Configuration.Json dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.Extensions.Configuration.Binder dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.Extensions.Configuration.Json dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.Extensions.Configuration.Ini dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.Extensions.Options.DataAnnotations dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb6ce34 commit 2454726

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/core/extensions/snippets/configuration/console-ini/console-ini.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
</ItemGroup>
2020

2121
<ItemGroup>
22-
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
23-
<PackageReference Include="Microsoft.Extensions.Configuration.Ini" Version="8.0.0" />
24-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
22+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.0" />
23+
<PackageReference Include="Microsoft.Extensions.Configuration.Ini" Version="9.0.0" />
24+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
2525
</ItemGroup>
2626

2727
</Project>

docs/core/extensions/snippets/configuration/options-validation-onstart/options-validation-onstart.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
</ItemGroup>
2020

2121
<ItemGroup>
22-
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
23-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
24-
<PackageReference Include="Microsoft.Extensions.Options.DataAnnotations" Version="8.0.0" />
22+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.0" />
23+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
24+
<PackageReference Include="Microsoft.Extensions.Options.DataAnnotations" Version="9.0.0" />
2525
</ItemGroup>
2626

2727
</Project>

0 commit comments

Comments
 (0)