From ae86c14b3672873ffefabe42afbd62eea56316a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:22:49 -0500 Subject: [PATCH 1/6] Bump Microsoft.Maui.Controls.Maps from 9.0.0 to 9.0.10 (#622) Bumps [Microsoft.Maui.Controls.Maps](https://github.com/dotnet/maui) from 9.0.0 to 9.0.10. - [Release notes](https://github.com/dotnet/maui/releases) - [Changelog](https://github.com/dotnet/maui/blob/main/docs/ReleaseSchedule.md) - [Commits](https://github.com/dotnet/maui/compare/9.0.0...9.0.10) --- updated-dependencies: - dependency-name: Microsoft.Maui.Controls.Maps dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/ClientApp/ClientApp.csproj | 2 +- tests/ClientApp.UnitTests/ClientApp.UnitTests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ClientApp/ClientApp.csproj b/src/ClientApp/ClientApp.csproj index 6be18729..06fdb282 100644 --- a/src/ClientApp/ClientApp.csproj +++ b/src/ClientApp/ClientApp.csproj @@ -70,7 +70,7 @@ - + diff --git a/tests/ClientApp.UnitTests/ClientApp.UnitTests.csproj b/tests/ClientApp.UnitTests/ClientApp.UnitTests.csproj index 7aecc45c..dee8ae09 100644 --- a/tests/ClientApp.UnitTests/ClientApp.UnitTests.csproj +++ b/tests/ClientApp.UnitTests/ClientApp.UnitTests.csproj @@ -13,7 +13,7 @@ - + From 63a1f941b285c019de90c1e427c4ddaf7157a772 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:23:09 -0500 Subject: [PATCH 2/6] Bump Microsoft.Maui.Controls from 9.0.0 to 9.0.10 (#623) Bumps [Microsoft.Maui.Controls](https://github.com/dotnet/maui) from 9.0.0 to 9.0.10. - [Release notes](https://github.com/dotnet/maui/releases) - [Changelog](https://github.com/dotnet/maui/blob/main/docs/ReleaseSchedule.md) - [Commits](https://github.com/dotnet/maui/compare/9.0.0...9.0.10) --- updated-dependencies: - dependency-name: Microsoft.Maui.Controls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/ClientApp/ClientApp.csproj | 2 +- src/HybridApp/HybridApp.csproj | 2 +- tests/ClientApp.UnitTests/ClientApp.UnitTests.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ClientApp/ClientApp.csproj b/src/ClientApp/ClientApp.csproj index 06fdb282..441060c8 100644 --- a/src/ClientApp/ClientApp.csproj +++ b/src/ClientApp/ClientApp.csproj @@ -68,7 +68,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/HybridApp/HybridApp.csproj b/src/HybridApp/HybridApp.csproj index b615d8b5..63fd972e 100644 --- a/src/HybridApp/HybridApp.csproj +++ b/src/HybridApp/HybridApp.csproj @@ -61,7 +61,7 @@ - + diff --git a/tests/ClientApp.UnitTests/ClientApp.UnitTests.csproj b/tests/ClientApp.UnitTests/ClientApp.UnitTests.csproj index dee8ae09..dc02eaec 100644 --- a/tests/ClientApp.UnitTests/ClientApp.UnitTests.csproj +++ b/tests/ClientApp.UnitTests/ClientApp.UnitTests.csproj @@ -11,7 +11,7 @@ - + From 6af07ecbe05258535c54c51c627a2d12dcfa1d6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:24:38 -0500 Subject: [PATCH 3/6] Bump Microsoft.Maui.Controls.Compatibility from 9.0.0 to 9.0.10 (#624) Bumps [Microsoft.Maui.Controls.Compatibility](https://github.com/dotnet/maui) from 9.0.0 to 9.0.10. - [Release notes](https://github.com/dotnet/maui/releases) - [Changelog](https://github.com/dotnet/maui/blob/main/docs/ReleaseSchedule.md) - [Commits](https://github.com/dotnet/maui/compare/9.0.0...9.0.10) --- updated-dependencies: - dependency-name: Microsoft.Maui.Controls.Compatibility dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Montemagno --- src/ClientApp/ClientApp.csproj | 2 +- src/HybridApp/HybridApp.csproj | 2 +- tests/ClientApp.UnitTests/ClientApp.UnitTests.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ClientApp/ClientApp.csproj b/src/ClientApp/ClientApp.csproj index 441060c8..46e50fba 100644 --- a/src/ClientApp/ClientApp.csproj +++ b/src/ClientApp/ClientApp.csproj @@ -69,7 +69,7 @@ - + diff --git a/src/HybridApp/HybridApp.csproj b/src/HybridApp/HybridApp.csproj index 63fd972e..e5a1967c 100644 --- a/src/HybridApp/HybridApp.csproj +++ b/src/HybridApp/HybridApp.csproj @@ -62,7 +62,7 @@ - + diff --git a/tests/ClientApp.UnitTests/ClientApp.UnitTests.csproj b/tests/ClientApp.UnitTests/ClientApp.UnitTests.csproj index dc02eaec..9c5860a7 100644 --- a/tests/ClientApp.UnitTests/ClientApp.UnitTests.csproj +++ b/tests/ClientApp.UnitTests/ClientApp.UnitTests.csproj @@ -12,7 +12,7 @@ - + From 7c472ddad011cae819c1617d3f9d7529f3d26606 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:25:05 -0500 Subject: [PATCH 4/6] Bump Scalar.AspNetCore from 1.2.36 to 1.2.44 (#638) Bumps [Scalar.AspNetCore](https://github.com/scalar/scalar) from 1.2.36 to 1.2.44. - [Changelog](https://github.com/scalar/scalar/blob/main/RELEASE.md) - [Commits](https://github.com/scalar/scalar/commits) --- updated-dependencies: - dependency-name: Scalar.AspNetCore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Directory.Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 63a78e1d..73203f99 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -93,6 +93,6 @@ - + From 82d802ea8ac2c448fc4f0ab91d0e5fa386507e6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:25:23 -0500 Subject: [PATCH 5/6] Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 (#637) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.11.1 to 17.12.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.11.1...v17.12.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Directory.Packages.props | 2 +- tests/ClientApp.UnitTests/ClientApp.UnitTests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 73203f99..a7cf53c2 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -74,7 +74,7 @@ - + diff --git a/tests/ClientApp.UnitTests/ClientApp.UnitTests.csproj b/tests/ClientApp.UnitTests/ClientApp.UnitTests.csproj index 9c5860a7..4412545b 100644 --- a/tests/ClientApp.UnitTests/ClientApp.UnitTests.csproj +++ b/tests/ClientApp.UnitTests/ClientApp.UnitTests.csproj @@ -15,7 +15,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive From 9c5c0a2a0e8d1f3b7aa8b7796251f3d63cfeb911 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:25:45 -0500 Subject: [PATCH 6/6] Bump the grpc group with 3 updates (#636) Bumps the grpc group with 3 updates: [Grpc.AspNetCore.Server.ClientFactory](https://github.com/grpc/grpc-dotnet), [Grpc.AspNetCore](https://github.com/grpc/grpc-dotnet) and [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet). Updates `Grpc.AspNetCore.Server.ClientFactory` from 2.67.0-pre1 to 2.67.0 - [Release notes](https://github.com/grpc/grpc-dotnet/releases) - [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md) - [Commits](https://github.com/grpc/grpc-dotnet/compare/v2.67.0-pre1...v2.67.0) Updates `Grpc.AspNetCore` from 2.67.0-pre1 to 2.67.0 - [Release notes](https://github.com/grpc/grpc-dotnet/releases) - [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md) - [Commits](https://github.com/grpc/grpc-dotnet/compare/v2.67.0-pre1...v2.67.0) Updates `Grpc.Net.Client` from 2.66.0 to 2.67.0 - [Release notes](https://github.com/grpc/grpc-dotnet/releases) - [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md) - [Commits](https://github.com/grpc/grpc-dotnet/compare/v2.66.0...v2.67.0) --- updated-dependencies: - dependency-name: Grpc.AspNetCore.Server.ClientFactory dependency-type: direct:production update-type: version-update:semver-patch dependency-group: grpc - dependency-name: Grpc.AspNetCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: grpc - dependency-name: Grpc.Net.Client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grpc ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Directory.Packages.props | 2 +- src/ClientApp/ClientApp.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index a7cf53c2..31b4b8c7 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -6,7 +6,7 @@ 9.0.0 9.0.0 9.0.0-preview.5.24551.3 - 2.67.0-pre1 + 2.67.0 7.0.8 8.1.0 diff --git a/src/ClientApp/ClientApp.csproj b/src/ClientApp/ClientApp.csproj index 46e50fba..c8c78eb9 100644 --- a/src/ClientApp/ClientApp.csproj +++ b/src/ClientApp/ClientApp.csproj @@ -62,7 +62,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive