Skip to content

Commit 1fc5063

Browse files
Bump the dotnet group (#44368)
Bumps the dotnet group in /docs/core/extensions/snippets/configuration with 7 updates: | Package | From | To | | --- | --- | --- | | [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.1` | | [Microsoft.Extensions.Configuration.Binder](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.1` | | [Microsoft.Extensions.Configuration.Json](https://github.com/dotnet/runtime) | `9.0.1` | `9.0.1` | | [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.1` | | [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.1` | | [Microsoft.Extensions.Options.DataAnnotations](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.1` | | [Microsoft.Extensions.Configuration.Xml](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.1` | Updates `Microsoft.Extensions.Configuration` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.1) Updates `Microsoft.Extensions.Configuration.Binder` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.1) Updates `Microsoft.Extensions.Configuration.Binder` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.1) Updates `Microsoft.Extensions.Configuration.Json` from 9.0.1 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.1...v9.0.1) Updates `Microsoft.Extensions.Hosting` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.1) Updates `Microsoft.Extensions.Logging` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.1) Updates `Microsoft.Extensions.Options.DataAnnotations` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.1) Updates `Microsoft.Extensions.Configuration.Xml` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.1) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Configuration.Binder dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Configuration.Binder dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Configuration.Json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Options.DataAnnotations dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Configuration.Xml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d1dbce6 commit 1fc5063

File tree

10 files changed

+22
-22
lines changed

10 files changed

+22
-22
lines changed

docs/core/extensions/snippets/configuration/console-custom-logging/console-custom-logging.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="9.0.0" />
23-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
24-
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.0" />
22+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.1" />
23+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
24+
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.1" />
2525
</ItemGroup>
2626

2727
</Project>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.0" />
13-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
12+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.1" />
13+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
1414
</ItemGroup>
1515

1616
</Project>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
</ItemGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.0" />
18-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
17+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.1" />
18+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
1919
</ItemGroup>
2020

2121
</Project>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
</ItemGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.0" />
27-
<PackageReference Include="Microsoft.Extensions.Configuration.Xml" Version="9.0.0" />
28-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
26+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.1" />
27+
<PackageReference Include="Microsoft.Extensions.Configuration.Xml" Version="9.0.1" />
28+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
2929
</ItemGroup>
3030

3131
</Project>

docs/core/extensions/snippets/configuration/dependency-injection/dependency-injection.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.0" />
12-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
11+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.1" />
12+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
1313
</ItemGroup>
1414

1515
</Project>

docs/core/extensions/snippets/configuration/di-anti-patterns/di-anti-patterns.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.0" />
12-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
11+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.1" />
12+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
1313
</ItemGroup>
1414

1515
</Project>

docs/core/extensions/snippets/configuration/options-action/options-action.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.0" />
13-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
12+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.1" />
13+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
1414
</ItemGroup>
1515

1616
</Project>

docs/core/extensions/snippets/configuration/options-postconfig/options-postconfig.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.0" />
13-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
12+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.1" />
13+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
1414
</ItemGroup>
1515

1616
</Project>

docs/core/extensions/snippets/configuration/worker-scope/worker-scope.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.0" />
12-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
11+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.1" />
12+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
1313
</ItemGroup>
1414
</Project>

docs/core/extensions/snippets/configuration/worker-service/worker-service.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.0" />
13-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
12+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.1" />
13+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
1414
</ItemGroup>
1515
</Project>

0 commit comments

Comments
 (0)