Skip to content

Commit 7e2619f

Browse files
Bump the dotnet group
Bumps the dotnet group in /docs/core/extensions/snippets/configuration/console-json with 3 updates: [Microsoft.Extensions.Configuration.Binder](https://github.com/dotnet/runtime), [Microsoft.Extensions.Configuration.Json](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime). Updates `Microsoft.Extensions.Configuration.Binder` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.3...v9.0.4) Updates `Microsoft.Extensions.Configuration.Json` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.3...v9.0.4) Updates `Microsoft.Extensions.Configuration.Binder` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.3...v9.0.4) Updates `Microsoft.Extensions.Configuration.Json` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.3...v9.0.4) Updates `Microsoft.Extensions.Hosting` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.3...v9.0.4) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration.Binder dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Configuration.Json dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Configuration.Binder dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Configuration.Json dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f508cbe commit 7e2619f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/core/extensions/snippets/configuration/console-json/console-json.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.3" />
23-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.3" />
24-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.3" />
22+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.4" />
23+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.4" />
24+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.4" />
2525
</ItemGroup>
2626

2727
</Project>

0 commit comments

Comments
 (0)