Skip to content

Commit a979f9c

Browse files
Bump the dotnet group (#45722)
Bumps the dotnet group in /docs/core/extensions/snippets/configuration/console-binder-gen with 2 updates: [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Configuration.Binder](https://github.com/dotnet/runtime). Updates `Microsoft.Extensions.Configuration` 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) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration 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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f0a2f2 commit a979f9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/core/extensions/snippets/configuration/console-binder-gen/console-binder-gen.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
@@ -12,8 +12,8 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.3" />
16-
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.3" />
15+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.4" />
16+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.4" />
1717
</ItemGroup>
1818

1919
</Project>

0 commit comments

Comments
 (0)