From 9cba9e9e24cfb92ac1bd6a38665d14077021d6cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 09:49:31 +0000 Subject: [PATCH] Bump the dotnet group across 1 directory with 7 updates Bumps the dotnet group with 7 updates in the /docs/orleans/streaming/snippets/broadcastchannel directory: | Package | From | To | | --- | --- | --- | | [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) | `9.0.1` | `8.0.1` | | [Microsoft.Orleans.BroadcastChannel](https://github.com/dotnet/orleans) | `9.0.1` | `9.1.2` | | [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) | `9.0.1` | `8.0.1` | | [Microsoft.Orleans.Client](https://github.com/dotnet/orleans) | `9.0.1` | `9.1.2` | | [Microsoft.Orleans.Sdk](https://github.com/dotnet/orleans) | `9.0.1` | `9.1.2` | | [Microsoft.Extensions.Http](https://github.com/dotnet/runtime) | `9.0.1` | `9.0.4` | | [Microsoft.Orleans.Serialization.SystemTextJson](https://github.com/dotnet/orleans) | `9.0.1` | `9.1.2` | | [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) | `9.0.1` | `8.0.1` | | [Microsoft.Orleans.Server](https://github.com/dotnet/orleans) | `9.0.1` | `9.1.2` | Updates `Microsoft.Extensions.Hosting` from 9.0.1 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v9.0.1...v8.0.1) Updates `Microsoft.Orleans.BroadcastChannel` from 9.0.1 to 9.1.2 - [Release notes](https://github.com/dotnet/orleans/releases) - [Commits](https://github.com/dotnet/orleans/compare/v9.0.1...v9.1.2) Updates `Microsoft.Extensions.Hosting` from 9.0.1 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v9.0.1...v8.0.1) Updates `Microsoft.Orleans.Client` from 9.0.1 to 9.1.2 - [Release notes](https://github.com/dotnet/orleans/releases) - [Commits](https://github.com/dotnet/orleans/compare/v9.0.1...v9.1.2) Updates `Microsoft.Orleans.Sdk` from 9.0.1 to 9.1.2 - [Release notes](https://github.com/dotnet/orleans/releases) - [Commits](https://github.com/dotnet/orleans/compare/v9.0.1...v9.1.2) Updates `Microsoft.Extensions.Http` from 9.0.1 to 9.0.4 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v9.0.1...v9.0.4) Updates `Microsoft.Orleans.Serialization.SystemTextJson` from 9.0.1 to 9.1.2 - [Release notes](https://github.com/dotnet/orleans/releases) - [Commits](https://github.com/dotnet/orleans/compare/v9.0.1...v9.1.2) Updates `Microsoft.Extensions.Hosting` from 9.0.1 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v9.0.1...v8.0.1) Updates `Microsoft.Orleans.Server` from 9.0.1 to 9.1.2 - [Release notes](https://github.com/dotnet/orleans/releases) - [Commits](https://github.com/dotnet/orleans/compare/v9.0.1...v9.1.2) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Hosting dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.Orleans.BroadcastChannel dependency-version: 9.1.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.Orleans.Client dependency-version: 9.1.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Orleans.Sdk dependency-version: 9.1.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Extensions.Http dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Orleans.Serialization.SystemTextJson dependency-version: 9.1.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.Orleans.Server dependency-version: 9.1.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet ... Signed-off-by: dependabot[bot] --- .../BroadcastChannel.Client.csproj | 4 ++-- .../BroadcastChannel.GrainInterfaces.csproj | 2 +- .../BroadcastChannel.Silo/BroadcastChannel.Silo.csproj | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/orleans/streaming/snippets/broadcastchannel/BroadcastChannel.Client/BroadcastChannel.Client.csproj b/docs/orleans/streaming/snippets/broadcastchannel/BroadcastChannel.Client/BroadcastChannel.Client.csproj index b1ec675b7bf7e..90b17a9f240ac 100644 --- a/docs/orleans/streaming/snippets/broadcastchannel/BroadcastChannel.Client/BroadcastChannel.Client.csproj +++ b/docs/orleans/streaming/snippets/broadcastchannel/BroadcastChannel.Client/BroadcastChannel.Client.csproj @@ -9,8 +9,8 @@ - - + + diff --git a/docs/orleans/streaming/snippets/broadcastchannel/BroadcastChannel.GrainInterfaces/BroadcastChannel.GrainInterfaces.csproj b/docs/orleans/streaming/snippets/broadcastchannel/BroadcastChannel.GrainInterfaces/BroadcastChannel.GrainInterfaces.csproj index 3ce14cddb989e..fdf1a05f7920b 100644 --- a/docs/orleans/streaming/snippets/broadcastchannel/BroadcastChannel.GrainInterfaces/BroadcastChannel.GrainInterfaces.csproj +++ b/docs/orleans/streaming/snippets/broadcastchannel/BroadcastChannel.GrainInterfaces/BroadcastChannel.GrainInterfaces.csproj @@ -7,7 +7,7 @@ - + \ No newline at end of file diff --git a/docs/orleans/streaming/snippets/broadcastchannel/BroadcastChannel.Silo/BroadcastChannel.Silo.csproj b/docs/orleans/streaming/snippets/broadcastchannel/BroadcastChannel.Silo/BroadcastChannel.Silo.csproj index 98751415f69c9..52ce4ac17425f 100644 --- a/docs/orleans/streaming/snippets/broadcastchannel/BroadcastChannel.Silo/BroadcastChannel.Silo.csproj +++ b/docs/orleans/streaming/snippets/broadcastchannel/BroadcastChannel.Silo/BroadcastChannel.Silo.csproj @@ -8,11 +8,11 @@ - + - - - + + +