From c304ec52d69bf025245efe8cd77c4fc4066e584f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 10:54:31 +0000 Subject: [PATCH] deps: Bump the microsoft group with 8 updates Bumps Microsoft.AspNetCore.Mvc.Testing from 10.0.6 to 10.0.7 Bumps Microsoft.AspNetCore.SignalR.Client from 10.0.6 to 10.0.7 Bumps Microsoft.Data.Sqlite from 10.0.6 to 10.0.7 Bumps Microsoft.EntityFrameworkCore.Design from 10.0.6 to 10.0.7 Bumps Microsoft.EntityFrameworkCore.Sqlite from 10.0.6 to 10.0.7 Bumps Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions from 10.0.6 to 10.0.7 Bumps Microsoft.Extensions.Hosting.Abstractions from 10.0.6 to 10.0.7 Bumps Microsoft.Extensions.Logging.Abstractions from 10.0.6 to 10.0.7 --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-version: 10.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.AspNetCore.SignalR.Client dependency-version: 10.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Data.Sqlite dependency-version: 10.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-version: 10.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-version: 10.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.EntityFrameworkCore.Sqlite dependency-version: 10.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.EntityFrameworkCore.Sqlite dependency-version: 10.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.EntityFrameworkCore.Sqlite dependency-version: 10.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions dependency-version: 10.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Extensions.Hosting.Abstractions dependency-version: 10.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-version: 10.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft ... Signed-off-by: dependabot[bot] --- .../StableDiffusionStudio.Application.csproj | 2 +- .../StableDiffusionStudio.Infrastructure.csproj | 8 ++++---- .../StableDiffusionStudio.Web.csproj | 4 ++-- .../StableDiffusionStudio.Application.Tests.csproj | 4 ++-- .../StableDiffusionStudio.E2E.Tests.csproj | 2 +- .../StableDiffusionStudio.Infrastructure.Tests.csproj | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/StableDiffusionStudio.Application/StableDiffusionStudio.Application.csproj b/src/StableDiffusionStudio.Application/StableDiffusionStudio.Application.csproj index b157cb2..6cdd16d 100644 --- a/src/StableDiffusionStudio.Application/StableDiffusionStudio.Application.csproj +++ b/src/StableDiffusionStudio.Application/StableDiffusionStudio.Application.csproj @@ -6,7 +6,7 @@ - + diff --git a/src/StableDiffusionStudio.Infrastructure/StableDiffusionStudio.Infrastructure.csproj b/src/StableDiffusionStudio.Infrastructure/StableDiffusionStudio.Infrastructure.csproj index 740fb94..9be6484 100644 --- a/src/StableDiffusionStudio.Infrastructure/StableDiffusionStudio.Infrastructure.csproj +++ b/src/StableDiffusionStudio.Infrastructure/StableDiffusionStudio.Infrastructure.csproj @@ -7,13 +7,13 @@ - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/src/StableDiffusionStudio.Web/StableDiffusionStudio.Web.csproj b/src/StableDiffusionStudio.Web/StableDiffusionStudio.Web.csproj index 38b1033..84c56b8 100644 --- a/src/StableDiffusionStudio.Web/StableDiffusionStudio.Web.csproj +++ b/src/StableDiffusionStudio.Web/StableDiffusionStudio.Web.csproj @@ -7,11 +7,11 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/tests/StableDiffusionStudio.Application.Tests/StableDiffusionStudio.Application.Tests.csproj b/tests/StableDiffusionStudio.Application.Tests/StableDiffusionStudio.Application.Tests.csproj index f37de91..d5b3765 100644 --- a/tests/StableDiffusionStudio.Application.Tests/StableDiffusionStudio.Application.Tests.csproj +++ b/tests/StableDiffusionStudio.Application.Tests/StableDiffusionStudio.Application.Tests.csproj @@ -10,8 +10,8 @@ - - + + diff --git a/tests/StableDiffusionStudio.E2E.Tests/StableDiffusionStudio.E2E.Tests.csproj b/tests/StableDiffusionStudio.E2E.Tests/StableDiffusionStudio.E2E.Tests.csproj index 5af0739..8426799 100644 --- a/tests/StableDiffusionStudio.E2E.Tests/StableDiffusionStudio.E2E.Tests.csproj +++ b/tests/StableDiffusionStudio.E2E.Tests/StableDiffusionStudio.E2E.Tests.csproj @@ -10,7 +10,7 @@ - + diff --git a/tests/StableDiffusionStudio.Infrastructure.Tests/StableDiffusionStudio.Infrastructure.Tests.csproj b/tests/StableDiffusionStudio.Infrastructure.Tests/StableDiffusionStudio.Infrastructure.Tests.csproj index 27b6177..e5b73ee 100644 --- a/tests/StableDiffusionStudio.Infrastructure.Tests/StableDiffusionStudio.Infrastructure.Tests.csproj +++ b/tests/StableDiffusionStudio.Infrastructure.Tests/StableDiffusionStudio.Infrastructure.Tests.csproj @@ -10,7 +10,7 @@ - +