From ceebf03ef059911b0082730fd37a0a1a07b46df2 Mon Sep 17 00:00:00 2001 From: Jerry Phillips Date: Thu, 23 Apr 2026 00:18:12 -0400 Subject: [PATCH] chore(deps): update NuGet packages 2026-04 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch/minor updates across all projects. Updated: - Azure.Identity 1.18.0 → 1.21.0 - FirebaseAdmin 3.4.0 → 3.5.0 - Microsoft.AspNetCore.Authentication.JwtBearer 10.0.5 → 10.0.7 - Microsoft.AspNetCore.Identity.EntityFrameworkCore 10.0.3 → 10.0.7 - Microsoft.EntityFrameworkCore 10.0.5 → 10.0.7 - Microsoft.EntityFrameworkCore.Design 10.0.3 → 10.0.7 - Microsoft.EntityFrameworkCore.SqlServer 10.0.3 → 10.0.7 - Microsoft.EntityFrameworkCore.Tools 10.0.6 → 10.0.7 - Microsoft.EntityFrameworkCore.InMemory 10.0.5 → 10.0.7 - Polly 8.6.5 → 8.6.6 - QuestPDF 2026.2.0 → 2026.2.4 - Swashbuckle.AspNetCore 10.1.3 → 10.1.7 - System.IdentityModel.Tokens.Jwt 8.16.0 → 8.17.0 - Twilio 7.14.3 → 7.14.7 - xunit.runner.visualstudio 3.1.4 → 3.1.5 Skipped (major - tracked separately): - Stripe.net 50 → 51 (breaking API changes) - Microsoft.Data.SqlClient 6 → 7 (breaking changes) - coverlet.collector 8 → 10 (major, dev-only) Tests: 54/54 passing --- JobFlow.API/JobFlow.API.csproj | 18 +++++++++--------- JobFlow.Business/JobFlow.Business.csproj | 6 +++--- JobFlow.Domain/JobFlow.Domain.csproj | 4 ++-- .../JobFlow.Infrastructure.Persistence.csproj | 12 ++++++------ .../JobFlow.Infrastructure.csproj | 16 ++++++++-------- JobFlow.Tests/JobFlow.Tests.csproj | 7 +++++-- 6 files changed, 33 insertions(+), 30 deletions(-) diff --git a/JobFlow.API/JobFlow.API.csproj b/JobFlow.API/JobFlow.API.csproj index 57224d3..791f682 100644 --- a/JobFlow.API/JobFlow.API.csproj +++ b/JobFlow.API/JobFlow.API.csproj @@ -13,29 +13,29 @@ - + - + - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/JobFlow.Business/JobFlow.Business.csproj b/JobFlow.Business/JobFlow.Business.csproj index 6f3a1e3..23da398 100644 --- a/JobFlow.Business/JobFlow.Business.csproj +++ b/JobFlow.Business/JobFlow.Business.csproj @@ -11,14 +11,14 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/JobFlow.Domain/JobFlow.Domain.csproj b/JobFlow.Domain/JobFlow.Domain.csproj index 324cb2d..c09faed 100644 --- a/JobFlow.Domain/JobFlow.Domain.csproj +++ b/JobFlow.Domain/JobFlow.Domain.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/JobFlow.Infrastructure.Persistence/JobFlow.Infrastructure.Persistence.csproj b/JobFlow.Infrastructure.Persistence/JobFlow.Infrastructure.Persistence.csproj index 84662f1..6f5452c 100644 --- a/JobFlow.Infrastructure.Persistence/JobFlow.Infrastructure.Persistence.csproj +++ b/JobFlow.Infrastructure.Persistence/JobFlow.Infrastructure.Persistence.csproj @@ -7,21 +7,21 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/JobFlow.Infrastructure/JobFlow.Infrastructure.csproj b/JobFlow.Infrastructure/JobFlow.Infrastructure.csproj index f538315..2252ebd 100644 --- a/JobFlow.Infrastructure/JobFlow.Infrastructure.csproj +++ b/JobFlow.Infrastructure/JobFlow.Infrastructure.csproj @@ -8,23 +8,23 @@ - + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + - - + + diff --git a/JobFlow.Tests/JobFlow.Tests.csproj b/JobFlow.Tests/JobFlow.Tests.csproj index f1d0c88..83a218b 100644 --- a/JobFlow.Tests/JobFlow.Tests.csproj +++ b/JobFlow.Tests/JobFlow.Tests.csproj @@ -9,10 +9,13 @@ - + - + + runtime; build; native; contentfiles; analyzers; buildtransitive + all +