From 76f46fd38219ffecc29a1f461803a97363748894 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 07:30:48 +0000 Subject: [PATCH] Bump the azure group with 6 updates Bumps Microsoft.Extensions.DependencyInjection to 9.0.5, 9.0.5, 9.0.5, 9.0.5 Bumps Microsoft.Extensions.DependencyInjection.Abstractions to 9.0.5, 9.0.5, 9.0.5 Bumps Microsoft.Extensions.Http to 9.0.5, 9.0.5, 9.0.5 Bumps Microsoft.NET.Test.Sdk to 17.14.1, 17.14.1, 17.14.1 Bumps System.Text.Json to 9.0.5, 9.0.5, 9.0.5 Bumps XUnit.Hosting from 2.0.0 to 2.0.1 --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 9.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: azure - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-version: 9.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: azure - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 9.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: azure - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 9.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: azure - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-version: 9.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: azure - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 9.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: azure - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-version: 9.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: azure - dependency-name: Microsoft.Extensions.Http dependency-version: 9.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: azure - dependency-name: Microsoft.Extensions.Http dependency-version: 9.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: azure - dependency-name: Microsoft.Extensions.Http dependency-version: 9.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: azure - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 17.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: azure - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 17.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: azure - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 17.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: azure - dependency-name: System.Text.Json dependency-version: 9.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: azure - dependency-name: System.Text.Json dependency-version: 9.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: azure - dependency-name: System.Text.Json dependency-version: 9.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: azure - dependency-name: XUnit.Hosting dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: azure ... Signed-off-by: dependabot[bot] --- src/FluentRest.Factory/FluentRest.Factory.csproj | 4 ++-- src/FluentRest.Fake/FluentRest.Fake.csproj | 2 +- src/FluentRest/FluentRest.csproj | 2 +- .../FluentRest.Factory.Tests.csproj | 6 +++--- .../FluentRest.Fake.Tests.csproj | 8 ++++---- test/FluentRest.Tests/FluentRest.Tests.csproj | 12 ++++++------ 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/FluentRest.Factory/FluentRest.Factory.csproj b/src/FluentRest.Factory/FluentRest.Factory.csproj index fcf811f..b91105b 100644 --- a/src/FluentRest.Factory/FluentRest.Factory.csproj +++ b/src/FluentRest.Factory/FluentRest.Factory.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/FluentRest.Fake/FluentRest.Fake.csproj b/src/FluentRest.Fake/FluentRest.Fake.csproj index 57a97db..973376f 100644 --- a/src/FluentRest.Fake/FluentRest.Fake.csproj +++ b/src/FluentRest.Fake/FluentRest.Fake.csproj @@ -4,7 +4,7 @@ - + diff --git a/src/FluentRest/FluentRest.csproj b/src/FluentRest/FluentRest.csproj index 8b440e0..5d32bd1 100644 --- a/src/FluentRest/FluentRest.csproj +++ b/src/FluentRest/FluentRest.csproj @@ -5,7 +5,7 @@ - + diff --git a/test/FluentRest.Factory.Tests/FluentRest.Factory.Tests.csproj b/test/FluentRest.Factory.Tests/FluentRest.Factory.Tests.csproj index 222e504..1393e6d 100644 --- a/test/FluentRest.Factory.Tests/FluentRest.Factory.Tests.csproj +++ b/test/FluentRest.Factory.Tests/FluentRest.Factory.Tests.csproj @@ -14,15 +14,15 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all runtime; build; native; contentfiles; analyzers - + diff --git a/test/FluentRest.Fake.Tests/FluentRest.Fake.Tests.csproj b/test/FluentRest.Fake.Tests/FluentRest.Fake.Tests.csproj index 9d52cea..c9c6441 100644 --- a/test/FluentRest.Fake.Tests/FluentRest.Fake.Tests.csproj +++ b/test/FluentRest.Fake.Tests/FluentRest.Fake.Tests.csproj @@ -15,16 +15,16 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all runtime; build; native; contentfiles; analyzers - - + + diff --git a/test/FluentRest.Tests/FluentRest.Tests.csproj b/test/FluentRest.Tests/FluentRest.Tests.csproj index 58772e0..8081369 100644 --- a/test/FluentRest.Tests/FluentRest.Tests.csproj +++ b/test/FluentRest.Tests/FluentRest.Tests.csproj @@ -12,13 +12,13 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - + + + + + - + all runtime; build; native; contentfiles; analyzers