From 88c939dc6b5f283dc3c4578a61dd60b9350f6364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 07:13:21 +0000 Subject: [PATCH] Bump the microsoftextensions group across 1 directory with 4 updates Bumps the microsoftextensions group with 4 updates in the / directory: [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime), [System.Text.Json](https://github.com/dotnet/runtime), [Microsoft.Extensions.Http.Resilience](https://github.com/dotnet/extensions) and [Microsoft.Extensions.Azure](https://github.com/Azure/azure-sdk-for-net). Updates `Microsoft.Extensions.Hosting` from 8.0.1 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.1...v9.0.0) Updates `System.Text.Json` from 8.0.5 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.5...v9.0.0) Updates `Microsoft.Extensions.Http.Resilience` from 8.10.0 to 9.0.0 - [Release notes](https://github.com/dotnet/extensions/releases) - [Commits](https://github.com/dotnet/extensions/compare/v8.10.0...v9.0.0) Updates `Microsoft.Extensions.Azure` from 1.7.6 to 1.9.0 - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Microsoft.Extensions.Azure_1.7.6...Microsoft.Extensions.Azure_1.9.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoftextensions - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoftextensions - dependency-name: Microsoft.Extensions.Http.Resilience dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoftextensions - dependency-name: Microsoft.Extensions.Azure dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoftextensions ... Signed-off-by: dependabot[bot] --- .../ImageGallery.Functions/ImageGallery.Functions.csproj | 2 +- .../ImageGallery.ServiceDefaults.csproj | 2 +- .../ClientAppsIntegration.AppDefaults.csproj | 2 +- .../ClientAppsIntegration.WPF/ClientAppsIntegration.WPF.csproj | 2 +- .../ClientAppsIntegration.WinForms.csproj | 2 +- .../OrleansVoting.Service/OrleansVoting.Service.csproj | 2 +- samples/StandaloneDashboard/ConsoleApp/ConsoleApp.csproj | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/samples/AspireWithAzureFunctions/ImageGallery.Functions/ImageGallery.Functions.csproj b/samples/AspireWithAzureFunctions/ImageGallery.Functions/ImageGallery.Functions.csproj index 203d2cfa..1a1a3aa6 100644 --- a/samples/AspireWithAzureFunctions/ImageGallery.Functions/ImageGallery.Functions.csproj +++ b/samples/AspireWithAzureFunctions/ImageGallery.Functions/ImageGallery.Functions.csproj @@ -14,7 +14,7 @@ - + diff --git a/samples/AspireWithAzureFunctions/ImageGallery.ServiceDefaults/ImageGallery.ServiceDefaults.csproj b/samples/AspireWithAzureFunctions/ImageGallery.ServiceDefaults/ImageGallery.ServiceDefaults.csproj index e1646629..4a16b41a 100644 --- a/samples/AspireWithAzureFunctions/ImageGallery.ServiceDefaults/ImageGallery.ServiceDefaults.csproj +++ b/samples/AspireWithAzureFunctions/ImageGallery.ServiceDefaults/ImageGallery.ServiceDefaults.csproj @@ -10,7 +10,7 @@ - + diff --git a/samples/ClientAppsIntegration/ClientAppsIntegration.AppDefaults/ClientAppsIntegration.AppDefaults.csproj b/samples/ClientAppsIntegration/ClientAppsIntegration.AppDefaults/ClientAppsIntegration.AppDefaults.csproj index e5c35391..5fd54e03 100644 --- a/samples/ClientAppsIntegration/ClientAppsIntegration.AppDefaults/ClientAppsIntegration.AppDefaults.csproj +++ b/samples/ClientAppsIntegration/ClientAppsIntegration.AppDefaults/ClientAppsIntegration.AppDefaults.csproj @@ -8,7 +8,7 @@ - + diff --git a/samples/ClientAppsIntegration/ClientAppsIntegration.WPF/ClientAppsIntegration.WPF.csproj b/samples/ClientAppsIntegration/ClientAppsIntegration.WPF/ClientAppsIntegration.WPF.csproj index 88c09fa0..f1108dbc 100644 --- a/samples/ClientAppsIntegration/ClientAppsIntegration.WPF/ClientAppsIntegration.WPF.csproj +++ b/samples/ClientAppsIntegration/ClientAppsIntegration.WPF/ClientAppsIntegration.WPF.csproj @@ -11,7 +11,7 @@ - + diff --git a/samples/ClientAppsIntegration/ClientAppsIntegration.WinForms/ClientAppsIntegration.WinForms.csproj b/samples/ClientAppsIntegration/ClientAppsIntegration.WinForms/ClientAppsIntegration.WinForms.csproj index cbbfef8e..2362c665 100644 --- a/samples/ClientAppsIntegration/ClientAppsIntegration.WinForms/ClientAppsIntegration.WinForms.csproj +++ b/samples/ClientAppsIntegration/ClientAppsIntegration.WinForms/ClientAppsIntegration.WinForms.csproj @@ -10,7 +10,7 @@ - + diff --git a/samples/OrleansVoting/OrleansVoting.Service/OrleansVoting.Service.csproj b/samples/OrleansVoting/OrleansVoting.Service/OrleansVoting.Service.csproj index 9843e4a5..122ba801 100644 --- a/samples/OrleansVoting/OrleansVoting.Service/OrleansVoting.Service.csproj +++ b/samples/OrleansVoting/OrleansVoting.Service/OrleansVoting.Service.csproj @@ -11,7 +11,7 @@ - + diff --git a/samples/StandaloneDashboard/ConsoleApp/ConsoleApp.csproj b/samples/StandaloneDashboard/ConsoleApp/ConsoleApp.csproj index 0d2cd290..a4765bd5 100644 --- a/samples/StandaloneDashboard/ConsoleApp/ConsoleApp.csproj +++ b/samples/StandaloneDashboard/ConsoleApp/ConsoleApp.csproj @@ -8,7 +8,7 @@ - +