Skip to content

Commit 6a86039

Browse files
Bump the dotnet group (#44382)
Bumps the dotnet group in /docs/core/resilience/snippets/http-resilience with 4 updates: [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime), [Microsoft.Extensions.Http](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Http.Resilience](https://github.com/dotnet/extensions). 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.Http` 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.Http` from 9.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.1) Updates `Microsoft.Extensions.Http.Resilience` from 9.0.0 to 9.1.0 - [Release notes](https://github.com/dotnet/extensions/releases) - [Commits](https://github.com/dotnet/extensions/commits) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Http dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Http dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.Extensions.Http.Resilience dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8323eed commit 6a86039

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/core/resilience/snippets/http-resilience/http-resilience.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
</ItemGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
22-
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.0" />
23-
<PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="9.0.0" />
21+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
22+
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.1" />
23+
<PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="9.1.0" />
2424
</ItemGroup>
2525

2626
</Project>

0 commit comments

Comments
 (0)