From 5c2171e5ca40de045bf19d6579a2112b460e8b5e Mon Sep 17 00:00:00 2001 From: Paul van Brenk <5273975+paulvanbrenk@users.noreply.github.com> Date: Thu, 3 Sep 2026 18:21:16 -0400 Subject: [PATCH] chore(deps): bump .NET packages to current servicing releases Patch and minor updates only, from the Dependabot dotnet group (#679). All 477 tests pass and the solution builds with zero warnings. Markdig 1.1.2 -> 1.3.2 Microsoft.ApplicationInsights.AspNetCore 3.1.0 -> 3.1.2 Microsoft.Extensions.Http.Resilience 10.5.0 -> 10.9.0 Microsoft.Azure.Functions.Worker 2.51.0 -> 2.52.0 Microsoft.Azure.Functions.Worker.AppInsights 2.50.0 -> 2.51.0 Microsoft.Azure.Functions.Worker.Ext.Http 2.1.0 -> 2.1.1 Microsoft.Azure.Functions.Worker.Sdk 2.0.7 -> 2.1.0 FluentAssertions 8.9.0 -> 8.10.0 Microsoft.NET.Test.Sdk 18.4.0 -> 18.9.0 Microsoft.* (EF Core, Extensions, AspNetCore) 10.0.6 -> 10.0.11 The five majors in that group are deliberately left out, each needing its own review: Stripe.net 52.4.1, Stytch.net 4.1.0, Svix 2.2.0, coverlet.collector 10.0.1 and xunit.runner.visualstudio 4.0.0. Co-Authored-By: Claude Opus 5 (1M context) --- PatchNotes.Api/PatchNotes.Api.csproj | 10 +++++----- PatchNotes.Data/PatchNotes.Data.csproj | 6 +++--- PatchNotes.Functions/PatchNotes.Functions.csproj | 8 ++++---- PatchNotes.Sync.Core/PatchNotes.Sync.Core.csproj | 8 ++++---- PatchNotes.Sync/PatchNotes.Sync.csproj | 2 +- PatchNotes.Tests/PatchNotes.Tests.csproj | 8 ++++---- 6 files changed, 21 insertions(+), 21 deletions(-) diff --git a/PatchNotes.Api/PatchNotes.Api.csproj b/PatchNotes.Api/PatchNotes.Api.csproj index 17ae5ac0..d5c7a7d7 100644 --- a/PatchNotes.Api/PatchNotes.Api.csproj +++ b/PatchNotes.Api/PatchNotes.Api.csproj @@ -7,14 +7,14 @@ - - - - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/PatchNotes.Data/PatchNotes.Data.csproj b/PatchNotes.Data/PatchNotes.Data.csproj index c0bf903e..92ebd6cf 100644 --- a/PatchNotes.Data/PatchNotes.Data.csproj +++ b/PatchNotes.Data/PatchNotes.Data.csproj @@ -7,12 +7,12 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all - - + + diff --git a/PatchNotes.Functions/PatchNotes.Functions.csproj b/PatchNotes.Functions/PatchNotes.Functions.csproj index 7eedf785..d35b1dca 100644 --- a/PatchNotes.Functions/PatchNotes.Functions.csproj +++ b/PatchNotes.Functions/PatchNotes.Functions.csproj @@ -12,11 +12,11 @@ - - - + + + - + diff --git a/PatchNotes.Sync.Core/PatchNotes.Sync.Core.csproj b/PatchNotes.Sync.Core/PatchNotes.Sync.Core.csproj index 51147e07..ad6b79d3 100644 --- a/PatchNotes.Sync.Core/PatchNotes.Sync.Core.csproj +++ b/PatchNotes.Sync.Core/PatchNotes.Sync.Core.csproj @@ -7,9 +7,9 @@ - - - + + + @@ -17,7 +17,7 @@ - + diff --git a/PatchNotes.Sync/PatchNotes.Sync.csproj b/PatchNotes.Sync/PatchNotes.Sync.csproj index be915097..8b5a53f1 100644 --- a/PatchNotes.Sync/PatchNotes.Sync.csproj +++ b/PatchNotes.Sync/PatchNotes.Sync.csproj @@ -8,7 +8,7 @@ - + diff --git a/PatchNotes.Tests/PatchNotes.Tests.csproj b/PatchNotes.Tests/PatchNotes.Tests.csproj index 2058c039..ca46024e 100644 --- a/PatchNotes.Tests/PatchNotes.Tests.csproj +++ b/PatchNotes.Tests/PatchNotes.Tests.csproj @@ -9,10 +9,10 @@ - - - - + + + +