From d611d1adffe83dcaf0614b8b0010f18b2822bede Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 03:41:05 +0000 Subject: [PATCH] Bump the nuget group with 10 updates Bumps Azure.Identity from 1.17.1 to 1.18.0 Bumps dotnet-reportgenerator-globaltool from 5.5.1 to 5.5.3 Bumps Microsoft.ApplicationInsights.AspNetCore from 2.23.0 to 3.0.0 Bumps Microsoft.Identity.Web from 4.3.0 to 4.5.0 Bumps Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0 Bumps MX.Api.Abstractions from 2.3.25 to 2.3.31 Bumps MX.Api.Client from 2.3.25 to 2.3.31 Bumps MX.Api.Web.Extensions from 2.3.25 to 2.3.31 Bumps RestSharp from 113.1.0 to 114.0.0 Bumps Scalar.AspNetCore from 2.12.46 to 2.13.1 --- updated-dependencies: - dependency-name: Azure.Identity dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Azure.Identity dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: dotnet-reportgenerator-globaltool dependency-version: 5.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.ApplicationInsights.AspNetCore dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget - dependency-name: Microsoft.ApplicationInsights.AspNetCore dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget - dependency-name: Microsoft.Identity.Web dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: MX.Api.Abstractions dependency-version: 2.3.31 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: MX.Api.Abstractions dependency-version: 2.3.31 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: MX.Api.Abstractions dependency-version: 2.3.31 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: MX.Api.Client dependency-version: 2.3.31 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: MX.Api.Web.Extensions dependency-version: 2.3.31 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: MX.Api.Web.Extensions dependency-version: 2.3.31 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: RestSharp dependency-version: 114.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget - dependency-name: Scalar.AspNetCore dependency-version: 2.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget ... Signed-off-by: dependabot[bot] --- .config/dotnet-tools.json | 2 +- .../MX.GeoLocation.Abstractions.V1.csproj | 2 +- ...MX.GeoLocation.Api.Client.IntegrationTests.csproj | 2 +- .../MX.GeoLocation.Api.Client.Testing.Tests.csproj | 2 +- .../MX.GeoLocation.Api.Client.Testing.csproj | 2 +- .../MX.GeoLocation.Api.Client.Tests.V1.csproj | 2 +- .../MX.GeoLocation.Api.Client.V1.csproj | 8 ++++---- .../MX.GeoLocation.Api.IntegrationTests.csproj | 2 +- .../MX.GeoLocation.Api.Tests.V1.csproj | 2 +- .../MX.GeoLocation.Api.V1.csproj | 12 ++++++------ .../MX.GeoLocation.Web.IntegrationTests.csproj | 2 +- .../MX.GeoLocation.Web.Tests.csproj | 2 +- src/MX.GeoLocation.Web/MX.GeoLocation.Web.csproj | 4 ++-- 13 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 90a556ee..cebd902c 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-reportgenerator-globaltool": { - "version": "5.5.1", + "version": "5.5.3", "commands": [ "reportgenerator" ] diff --git a/src/MX.GeoLocation.Abstractions.V1/MX.GeoLocation.Abstractions.V1.csproj b/src/MX.GeoLocation.Abstractions.V1/MX.GeoLocation.Abstractions.V1.csproj index cdc0f859..455caa61 100644 --- a/src/MX.GeoLocation.Abstractions.V1/MX.GeoLocation.Abstractions.V1.csproj +++ b/src/MX.GeoLocation.Abstractions.V1/MX.GeoLocation.Abstractions.V1.csproj @@ -40,7 +40,7 @@ - + diff --git a/src/MX.GeoLocation.Api.Client.IntegrationTests/MX.GeoLocation.Api.Client.IntegrationTests.csproj b/src/MX.GeoLocation.Api.Client.IntegrationTests/MX.GeoLocation.Api.Client.IntegrationTests.csproj index fe32c609..3e1fcf14 100644 --- a/src/MX.GeoLocation.Api.Client.IntegrationTests/MX.GeoLocation.Api.Client.IntegrationTests.csproj +++ b/src/MX.GeoLocation.Api.Client.IntegrationTests/MX.GeoLocation.Api.Client.IntegrationTests.csproj @@ -14,7 +14,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/MX.GeoLocation.Api.Client.Testing.Tests/MX.GeoLocation.Api.Client.Testing.Tests.csproj b/src/MX.GeoLocation.Api.Client.Testing.Tests/MX.GeoLocation.Api.Client.Testing.Tests.csproj index bb4d9bc9..2afd7ac2 100644 --- a/src/MX.GeoLocation.Api.Client.Testing.Tests/MX.GeoLocation.Api.Client.Testing.Tests.csproj +++ b/src/MX.GeoLocation.Api.Client.Testing.Tests/MX.GeoLocation.Api.Client.Testing.Tests.csproj @@ -16,7 +16,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/src/MX.GeoLocation.Api.Client.Testing/MX.GeoLocation.Api.Client.Testing.csproj b/src/MX.GeoLocation.Api.Client.Testing/MX.GeoLocation.Api.Client.Testing.csproj index aef30504..71bd68f3 100644 --- a/src/MX.GeoLocation.Api.Client.Testing/MX.GeoLocation.Api.Client.Testing.csproj +++ b/src/MX.GeoLocation.Api.Client.Testing/MX.GeoLocation.Api.Client.Testing.csproj @@ -15,7 +15,7 @@ - + diff --git a/src/MX.GeoLocation.Api.Client.Tests.V1/MX.GeoLocation.Api.Client.Tests.V1.csproj b/src/MX.GeoLocation.Api.Client.Tests.V1/MX.GeoLocation.Api.Client.Tests.V1.csproj index 07c593f9..e66900c0 100644 --- a/src/MX.GeoLocation.Api.Client.Tests.V1/MX.GeoLocation.Api.Client.Tests.V1.csproj +++ b/src/MX.GeoLocation.Api.Client.Tests.V1/MX.GeoLocation.Api.Client.Tests.V1.csproj @@ -15,7 +15,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/MX.GeoLocation.Api.Client.V1/MX.GeoLocation.Api.Client.V1.csproj b/src/MX.GeoLocation.Api.Client.V1/MX.GeoLocation.Api.Client.V1.csproj index b4b33104..2b98ec3e 100644 --- a/src/MX.GeoLocation.Api.Client.V1/MX.GeoLocation.Api.Client.V1.csproj +++ b/src/MX.GeoLocation.Api.Client.V1/MX.GeoLocation.Api.Client.V1.csproj @@ -16,15 +16,15 @@ - + - - + + - + diff --git a/src/MX.GeoLocation.Api.IntegrationTests/MX.GeoLocation.Api.IntegrationTests.csproj b/src/MX.GeoLocation.Api.IntegrationTests/MX.GeoLocation.Api.IntegrationTests.csproj index dccd973b..4f2c12cb 100644 --- a/src/MX.GeoLocation.Api.IntegrationTests/MX.GeoLocation.Api.IntegrationTests.csproj +++ b/src/MX.GeoLocation.Api.IntegrationTests/MX.GeoLocation.Api.IntegrationTests.csproj @@ -14,7 +14,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/MX.GeoLocation.Api.Tests.V1/MX.GeoLocation.Api.Tests.V1.csproj b/src/MX.GeoLocation.Api.Tests.V1/MX.GeoLocation.Api.Tests.V1.csproj index a3acf29a..4c1d2f87 100644 --- a/src/MX.GeoLocation.Api.Tests.V1/MX.GeoLocation.Api.Tests.V1.csproj +++ b/src/MX.GeoLocation.Api.Tests.V1/MX.GeoLocation.Api.Tests.V1.csproj @@ -14,7 +14,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/MX.GeoLocation.Api.V1/MX.GeoLocation.Api.V1.csproj b/src/MX.GeoLocation.Api.V1/MX.GeoLocation.Api.V1.csproj index 979dd4cf..337932b8 100644 --- a/src/MX.GeoLocation.Api.V1/MX.GeoLocation.Api.V1.csproj +++ b/src/MX.GeoLocation.Api.V1/MX.GeoLocation.Api.V1.csproj @@ -11,21 +11,21 @@ - + - + - - - + + + - + diff --git a/src/MX.GeoLocation.Web.IntegrationTests/MX.GeoLocation.Web.IntegrationTests.csproj b/src/MX.GeoLocation.Web.IntegrationTests/MX.GeoLocation.Web.IntegrationTests.csproj index bd570eba..d433f685 100644 --- a/src/MX.GeoLocation.Web.IntegrationTests/MX.GeoLocation.Web.IntegrationTests.csproj +++ b/src/MX.GeoLocation.Web.IntegrationTests/MX.GeoLocation.Web.IntegrationTests.csproj @@ -10,7 +10,7 @@ - + diff --git a/src/MX.GeoLocation.Web.Tests/MX.GeoLocation.Web.Tests.csproj b/src/MX.GeoLocation.Web.Tests/MX.GeoLocation.Web.Tests.csproj index 9e291dbd..a390f295 100644 --- a/src/MX.GeoLocation.Web.Tests/MX.GeoLocation.Web.Tests.csproj +++ b/src/MX.GeoLocation.Web.Tests/MX.GeoLocation.Web.Tests.csproj @@ -14,7 +14,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/MX.GeoLocation.Web/MX.GeoLocation.Web.csproj b/src/MX.GeoLocation.Web/MX.GeoLocation.Web.csproj index e8f359d4..5fc8f3cd 100644 --- a/src/MX.GeoLocation.Web/MX.GeoLocation.Web.csproj +++ b/src/MX.GeoLocation.Web/MX.GeoLocation.Web.csproj @@ -54,13 +54,13 @@ - + - +