From 79b1ba114141e4a22e614df265ec0f31db1b730b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 22:18:24 +0000 Subject: [PATCH] Bump AutoMapper and 5 others Bumps AutoMapper to 15.0.1 Bumps FluentValidation to 12.0.0 Bumps MediatR from 12.4.1 to 13.0.0 Bumps Microsoft.AspNetCore.OpenApi from 9.0.3 to 9.0.7 Bumps MSTest from 3.8.2 to 3.10.0 Bumps Swashbuckle.AspNetCore from 7.3.1 to 9.0.3 --- updated-dependencies: - dependency-name: AutoMapper dependency-version: 15.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: AutoMapper dependency-version: 15.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: FluentValidation dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: FluentValidation dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: FluentValidation dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: FluentValidation dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: MediatR dependency-version: 13.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.AspNetCore.OpenApi dependency-version: 9.0.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: MSTest dependency-version: 3.10.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Swashbuckle.AspNetCore dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../MediatorBuddy.Samples.Api.csproj | 36 ++++----- .../MediatorBuddy.Samples.Common.csproj | 32 ++++---- .../MediatorBuddy.Samples.Mvc.csproj | 34 ++++---- .../MediatorBuddy.Samples.Razor.csproj | 34 ++++---- source/MediatorBuddy/MediatorBuddy.csproj | 78 +++++++++---------- .../MediatorBuddy.Tests.csproj | 52 ++++++------- 6 files changed, 133 insertions(+), 133 deletions(-) diff --git a/samples/MediatorBuddy.Samples.Api/MediatorBuddy.Samples.Api.csproj b/samples/MediatorBuddy.Samples.Api/MediatorBuddy.Samples.Api.csproj index 7463d8c..d2adb75 100644 --- a/samples/MediatorBuddy.Samples.Api/MediatorBuddy.Samples.Api.csproj +++ b/samples/MediatorBuddy.Samples.Api/MediatorBuddy.Samples.Api.csproj @@ -1,18 +1,18 @@ - - - - net9.0 - false - - - - - - - - - - - - - + + + + net9.0 + false + + + + + + + + + + + + + diff --git a/samples/MediatorBuddy.Samples.Common/MediatorBuddy.Samples.Common.csproj b/samples/MediatorBuddy.Samples.Common/MediatorBuddy.Samples.Common.csproj index ca40fdc..4bb6fe9 100644 --- a/samples/MediatorBuddy.Samples.Common/MediatorBuddy.Samples.Common.csproj +++ b/samples/MediatorBuddy.Samples.Common/MediatorBuddy.Samples.Common.csproj @@ -1,16 +1,16 @@ - - - - net9.0 - false - - - - - - - - - - - + + + + net9.0 + false + + + + + + + + + + + diff --git a/samples/MediatorBuddy.Samples.Mvc/MediatorBuddy.Samples.Mvc.csproj b/samples/MediatorBuddy.Samples.Mvc/MediatorBuddy.Samples.Mvc.csproj index e28b0a4..67f9991 100644 --- a/samples/MediatorBuddy.Samples.Mvc/MediatorBuddy.Samples.Mvc.csproj +++ b/samples/MediatorBuddy.Samples.Mvc/MediatorBuddy.Samples.Mvc.csproj @@ -1,17 +1,17 @@ - - - - net9.0 - false - - - - - - - - - - - - + + + + net9.0 + false + + + + + + + + + + + + diff --git a/samples/MediatorBuddy.Samples.Razor/MediatorBuddy.Samples.Razor.csproj b/samples/MediatorBuddy.Samples.Razor/MediatorBuddy.Samples.Razor.csproj index 5c5e7fc..cc0bcb9 100644 --- a/samples/MediatorBuddy.Samples.Razor/MediatorBuddy.Samples.Razor.csproj +++ b/samples/MediatorBuddy.Samples.Razor/MediatorBuddy.Samples.Razor.csproj @@ -1,17 +1,17 @@ - - - - net9.0 - false - - - - - - - - - - - - + + + + net9.0 + false + + + + + + + + + + + + diff --git a/source/MediatorBuddy/MediatorBuddy.csproj b/source/MediatorBuddy/MediatorBuddy.csproj index 5091309..02a21a1 100644 --- a/source/MediatorBuddy/MediatorBuddy.csproj +++ b/source/MediatorBuddy/MediatorBuddy.csproj @@ -1,39 +1,39 @@ - - - - net8.0;net9.0 - False - MediatorBuddy - Michael Bradvica - Simplex Software LLC - An opinionated implementation of the MediatR library. - README.md - Copyright (c) Simplex Software LLC 2025. All rights reserved. - https://github.com/mjbradvica/MediatorBuddy - https://github.com/mjbradvica/MediatorBuddy - LICENSE - logo.png - 0.9.5 - mediator, aspnet - - - - - True - \ - - - True - \ - - - True - \ - - - - - - - - + + + + net8.0;net9.0 + False + MediatorBuddy + Michael Bradvica + Simplex Software LLC + An opinionated implementation of the MediatR library. + README.md + Copyright (c) Simplex Software LLC 2025. All rights reserved. + https://github.com/mjbradvica/MediatorBuddy + https://github.com/mjbradvica/MediatorBuddy + LICENSE + logo.png + 0.9.5 + mediator, aspnet + + + + + True + \ + + + True + \ + + + True + \ + + + + + + + + diff --git a/tests/MediatorBuddy.Tests/MediatorBuddy.Tests.csproj b/tests/MediatorBuddy.Tests/MediatorBuddy.Tests.csproj index b955141..a2a88ae 100644 --- a/tests/MediatorBuddy.Tests/MediatorBuddy.Tests.csproj +++ b/tests/MediatorBuddy.Tests/MediatorBuddy.Tests.csproj @@ -1,26 +1,26 @@ - - - - net8.0;net9.0 - false - true - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - + + + + net8.0;net9.0 + false + true + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + +