From 2af578ed92e050ef8d931022127b9619a4127ee6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 23:33:18 +0000 Subject: [PATCH 1/3] 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.8.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.8.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 93cfe617..82c6b351 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 @@ - + From 50a9beb6c27fa1b3e4fee1f3a739ba3e9b2e27b0 Mon Sep 17 00:00:00 2001 From: Damian Edwards Date: Wed, 13 Nov 2024 15:44:08 -0800 Subject: [PATCH 2/3] Lock versions of LTS dependencies in net8 projects --- .../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 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/ClientAppsIntegration/ClientAppsIntegration.AppDefaults/ClientAppsIntegration.AppDefaults.csproj b/samples/ClientAppsIntegration/ClientAppsIntegration.AppDefaults/ClientAppsIntegration.AppDefaults.csproj index 5fd54e03..735fb6f2 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 f1108dbc..3c734bb4 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 2362c665..55192b39 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 122ba801..76b30edf 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 a4765bd5..71917d74 100644 --- a/samples/StandaloneDashboard/ConsoleApp/ConsoleApp.csproj +++ b/samples/StandaloneDashboard/ConsoleApp/ConsoleApp.csproj @@ -8,7 +8,7 @@ - + From 1a770fbc545a89b96bb3f6a9bc99e8e53a8a0972 Mon Sep 17 00:00:00 2001 From: Damian Edwards Date: Wed, 13 Nov 2024 15:49:14 -0800 Subject: [PATCH 3/3] Update ClientAppsIntegration.AppDefaults.csproj --- .../ClientAppsIntegration.AppDefaults.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/ClientAppsIntegration/ClientAppsIntegration.AppDefaults/ClientAppsIntegration.AppDefaults.csproj b/samples/ClientAppsIntegration/ClientAppsIntegration.AppDefaults/ClientAppsIntegration.AppDefaults.csproj index 735fb6f2..a98e0066 100644 --- a/samples/ClientAppsIntegration/ClientAppsIntegration.AppDefaults/ClientAppsIntegration.AppDefaults.csproj +++ b/samples/ClientAppsIntegration/ClientAppsIntegration.AppDefaults/ClientAppsIntegration.AppDefaults.csproj @@ -8,7 +8,7 @@ - +