Skip to content

Commit 88043a9

Browse files
Bump the dotnet group (#43756)
Bumps the dotnet group in /docs/orleans/streaming/snippets/broadcastchannel with 6 updates: | Package | From | To | | --- | --- | --- | | [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) | `9.0.0` | `8.0.1` | | [Microsoft.Orleans.BroadcastChannel](https://github.com/dotnet/orleans) | `9.0.0` | `9.0.1` | | [Microsoft.Orleans.Client](https://github.com/dotnet/orleans) | `9.0.0` | `9.0.1` | | [Microsoft.Orleans.Sdk](https://github.com/dotnet/orleans) | `9.0.0` | `9.0.1` | | [Microsoft.Orleans.Serialization.SystemTextJson](https://github.com/dotnet/orleans) | `9.0.0` | `9.0.1` | | [Microsoft.Orleans.Server](https://github.com/dotnet/orleans) | `9.0.0` | `9.0.1` | Updates `Microsoft.Extensions.Hosting` from 9.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v8.0.1) Updates `Microsoft.Orleans.BroadcastChannel` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/orleans/releases) - [Commits](dotnet/orleans@v9.0.0...v9.0.1) Updates `Microsoft.Extensions.Hosting` from 9.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v8.0.1) Updates `Microsoft.Orleans.Client` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/orleans/releases) - [Commits](dotnet/orleans@v9.0.0...v9.0.1) Updates `Microsoft.Orleans.Sdk` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/orleans/releases) - [Commits](dotnet/orleans@v9.0.0...v9.0.1) Updates `Microsoft.Orleans.Serialization.SystemTextJson` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/orleans/releases) - [Commits](dotnet/orleans@v9.0.0...v9.0.1) Updates `Microsoft.Extensions.Hosting` from 9.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v8.0.1) Updates `Microsoft.Orleans.Server` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/orleans/releases) - [Commits](dotnet/orleans@v9.0.0...v9.0.1) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.Orleans.BroadcastChannel dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.Orleans.Client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Orleans.Sdk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Orleans.Serialization.SystemTextJson dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.Orleans.Server 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 7d1da08 commit 88043a9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
12-
<PackageReference Include="Microsoft.Orleans.Client" Version="9.0.0" />
13-
<PackageReference Include="Microsoft.Orleans.BroadcastChannel" Version="9.0.0" />
12+
<PackageReference Include="Microsoft.Orleans.Client" Version="9.0.1" />
13+
<PackageReference Include="Microsoft.Orleans.BroadcastChannel" Version="9.0.1" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

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

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

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.Orleans.Sdk" Version="9.0.0" />
10+
<PackageReference Include="Microsoft.Orleans.Sdk" Version="9.0.1" />
1111
</ItemGroup>
1212

1313
</Project>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.0" />
1212
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
13-
<PackageReference Include="Microsoft.Orleans.Server" Version="9.0.0" />
14-
<PackageReference Include="Microsoft.Orleans.BroadcastChannel" Version="9.0.0" />
15-
<PackageReference Include="Microsoft.Orleans.Serialization.SystemTextJson" Version="9.0.0" />
13+
<PackageReference Include="Microsoft.Orleans.Server" Version="9.0.1" />
14+
<PackageReference Include="Microsoft.Orleans.BroadcastChannel" Version="9.0.1" />
15+
<PackageReference Include="Microsoft.Orleans.Serialization.SystemTextJson" Version="9.0.1" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

0 commit comments

Comments
 (0)