From a743f98cd05c15a4d29350e63f402ec3896471b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 19:32:44 +0000 Subject: [PATCH] Bump the dotnet group across 1 directory with 6 updates Bumps the dotnet group with 6 updates in the /docs/orleans/grains/snippets/transactions directory: | Package | From | To | | --- | --- | --- | | [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) | `8.0.1` | `9.0.1` | | [Microsoft.Extensions.Logging.Console](https://github.com/dotnet/runtime) | `8.0.1` | `9.0.1` | | [Microsoft.Orleans.Core.Abstractions](https://github.com/dotnet/orleans) | `8.2.0` | `9.0.1` | | [Microsoft.Orleans.Core.Abstractions](https://github.com/dotnet/orleans) | `8.2.0` | `9.0.1` | | [Microsoft.Orleans.Sdk](https://github.com/dotnet/orleans) | `8.2.0` | `9.0.1` | | [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) | `8.0.1` | `8.0.1` | | [Microsoft.Extensions.Logging.Console](https://github.com/dotnet/runtime) | `8.0.1` | `8.0.1` | | [Microsoft.Orleans.Core.Abstractions](https://github.com/dotnet/orleans) | `8.2.0` | `9.0.1` | | [Microsoft.Orleans.Transactions](https://github.com/dotnet/orleans) | `8.2.0` | `9.0.1` | | [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) | `8.0.1` | `8.0.1` | | [Microsoft.Extensions.Logging.Console](https://github.com/dotnet/runtime) | `8.0.1` | `8.0.1` | | [Microsoft.Orleans.Server](https://github.com/dotnet/orleans) | `8.2.0` | `9.0.1` | Updates `Microsoft.Extensions.Hosting` from 8.0.1 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.1...v9.0.1) Updates `Microsoft.Extensions.Logging.Console` from 8.0.1 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.1...v9.0.1) Updates `Microsoft.Orleans.Core.Abstractions` from 8.2.0 to 9.0.1 - [Release notes](https://github.com/dotnet/orleans/releases) - [Commits](https://github.com/dotnet/orleans/compare/v8.2.0...v9.0.1) Updates `Microsoft.Orleans.Core.Abstractions` from 8.2.0 to 9.0.1 - [Release notes](https://github.com/dotnet/orleans/releases) - [Commits](https://github.com/dotnet/orleans/compare/v8.2.0...v9.0.1) Updates `Microsoft.Orleans.Sdk` from 8.2.0 to 9.0.1 - [Release notes](https://github.com/dotnet/orleans/releases) - [Commits](https://github.com/dotnet/orleans/compare/v8.2.0...v9.0.1) Updates `Microsoft.Extensions.Hosting` from 8.0.1 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.1...v9.0.1) Updates `Microsoft.Extensions.Logging.Console` from 8.0.1 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.1...v9.0.1) Updates `Microsoft.Orleans.Core.Abstractions` from 8.2.0 to 9.0.1 - [Release notes](https://github.com/dotnet/orleans/releases) - [Commits](https://github.com/dotnet/orleans/compare/v8.2.0...v9.0.1) Updates `Microsoft.Orleans.Transactions` from 8.2.0 to 9.0.1 - [Release notes](https://github.com/dotnet/orleans/releases) - [Commits](https://github.com/dotnet/orleans/compare/v8.2.0...v9.0.1) Updates `Microsoft.Extensions.Hosting` from 8.0.1 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.1...v9.0.1) Updates `Microsoft.Extensions.Logging.Console` from 8.0.1 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.1...v9.0.1) Updates `Microsoft.Orleans.Server` from 8.2.0 to 9.0.1 - [Release notes](https://github.com/dotnet/orleans/releases) - [Commits](https://github.com/dotnet/orleans/compare/v8.2.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.Extensions.Logging.Console dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.Orleans.Core.Abstractions dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.Orleans.Core.Abstractions dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.Orleans.Sdk 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-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Logging.Console dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Orleans.Core.Abstractions dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.Orleans.Transactions 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-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Logging.Console dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Orleans.Server dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet ... Signed-off-by: dependabot[bot] --- .../transactions/Abstractions/Abstractions.csproj | 6 +++--- .../grains/snippets/transactions/Client/Client.csproj | 4 ++-- .../grains/snippets/transactions/Server/Server.csproj | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/orleans/grains/snippets/transactions/Abstractions/Abstractions.csproj b/docs/orleans/grains/snippets/transactions/Abstractions/Abstractions.csproj index af4d815b9bb9d..2f7400ddeacf4 100644 --- a/docs/orleans/grains/snippets/transactions/Abstractions/Abstractions.csproj +++ b/docs/orleans/grains/snippets/transactions/Abstractions/Abstractions.csproj @@ -7,9 +7,9 @@ - - - + + + diff --git a/docs/orleans/grains/snippets/transactions/Client/Client.csproj b/docs/orleans/grains/snippets/transactions/Client/Client.csproj index 00cbe8776bfda..b5710a2dda1cc 100644 --- a/docs/orleans/grains/snippets/transactions/Client/Client.csproj +++ b/docs/orleans/grains/snippets/transactions/Client/Client.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/docs/orleans/grains/snippets/transactions/Server/Server.csproj b/docs/orleans/grains/snippets/transactions/Server/Server.csproj index 55e673d114fa1..f5a5b89ff9db3 100644 --- a/docs/orleans/grains/snippets/transactions/Server/Server.csproj +++ b/docs/orleans/grains/snippets/transactions/Server/Server.csproj @@ -8,10 +8,10 @@ - - - - + + + +