Skip to content

Commit 82ae7ad

Browse files
Bump the dotnet group with 3 updates (#46723)
Bumps Microsoft.Extensions.Configuration.Binder from 9.0.5 to 9.0.6 Bumps Microsoft.Extensions.Configuration.EnvironmentVariables from 9.0.5 to 9.0.6 Bumps Microsoft.Extensions.Configuration.Json from 9.0.5 to 9.0.6 --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration.Binder dependency-version: 9.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Configuration.EnvironmentVariables dependency-version: 9.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Configuration.Json dependency-version: 9.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a9838ac commit 82ae7ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

1616
<ItemGroup>
17-
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.5" />
18-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.5" />
19-
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.5" />
17+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.6" />
18+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.6" />
19+
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.6" />
2020
</ItemGroup>
2121

2222
</Project>

0 commit comments

Comments
 (0)