Skip to content

Commit 3ef8e20

Browse files
Bump the dotnet group (#43519)
Bumps the dotnet group in /docs/core/extensions/snippets/configuration/console-validation-gen with 4 updates: [Microsoft.Extensions.Configuration.Binder](https://github.com/dotnet/runtime), [Microsoft.Extensions.Configuration.Json](https://github.com/dotnet/runtime), [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Options.DataAnnotations](https://github.com/dotnet/runtime). 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.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.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 b21fa10 commit 3ef8e20

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

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

2121
<ItemGroup>
22-
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
23-
<PackageReference Include="Microsoft.Extensions.Options.DataAnnotations" Version="8.0.0" />
24-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
25-
<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.Options.DataAnnotations" Version="9.0.0" />
24+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.0" />
25+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
2626
</ItemGroup>
2727

2828
</Project>

0 commit comments

Comments
 (0)