Skip to content

Commit 0eb293b

Browse files
Bump the dotnet group (#44386)
Bumps the dotnet group in /docs/orleans/streaming/snippets/broadcastchannel with 2 updates: [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Http](https://github.com/dotnet/runtime). 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) --- 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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9f5346f commit 0eb293b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/orleans/streaming/snippets/broadcastchannel/BroadcastChannel.Client/BroadcastChannel.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
11+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
1212
<PackageReference Include="Microsoft.Orleans.Client" Version="9.0.1" />
1313
<PackageReference Include="Microsoft.Orleans.BroadcastChannel" Version="9.0.1" />
1414
</ItemGroup>

docs/orleans/streaming/snippets/broadcastchannel/BroadcastChannel.Silo/BroadcastChannel.Silo.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.0" />
12-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
11+
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.1" />
12+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
1313
<PackageReference Include="Microsoft.Orleans.Server" Version="9.0.1" />
1414
<PackageReference Include="Microsoft.Orleans.BroadcastChannel" Version="9.0.1" />
1515
<PackageReference Include="Microsoft.Orleans.Serialization.SystemTextJson" Version="9.0.1" />

0 commit comments

Comments
 (0)