From 69cbe1d64a356719383141a06b88a3c0d557e625 Mon Sep 17 00:00:00 2001 From: Jonas Nyrup Date: Mon, 16 Feb 2026 22:15:53 +0100 Subject: [PATCH 1/8] Remove Microsoft.SourceLink.GitHub not required since sdk 8 https://github.com/fluentassertions/fluentassertions/pull/3072 --- Src/FluentAssertions.Json/FluentAssertions.Json.csproj | 1 - 1 file changed, 1 deletion(-) diff --git a/Src/FluentAssertions.Json/FluentAssertions.Json.csproj b/Src/FluentAssertions.Json/FluentAssertions.Json.csproj index 8ac9b51..9f692c5 100644 --- a/Src/FluentAssertions.Json/FluentAssertions.Json.csproj +++ b/Src/FluentAssertions.Json/FluentAssertions.Json.csproj @@ -24,7 +24,6 @@ - From 0fdb48e02778ee7ee7d4b62f266b724d60b06b8e Mon Sep 17 00:00:00 2001 From: Jonas Nyrup Date: Mon, 16 Feb 2026 22:16:59 +0100 Subject: [PATCH 2/8] JetBrains.Annotations 2024.3.0 -> 2025.2.4 --- Src/FluentAssertions.Json/FluentAssertions.Json.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/FluentAssertions.Json/FluentAssertions.Json.csproj b/Src/FluentAssertions.Json/FluentAssertions.Json.csproj index 9f692c5..62182a3 100644 --- a/Src/FluentAssertions.Json/FluentAssertions.Json.csproj +++ b/Src/FluentAssertions.Json/FluentAssertions.Json.csproj @@ -23,7 +23,7 @@ - + From 6e7776f46dfcfe429d20f3d7943b614cf6f4a5ca Mon Sep 17 00:00:00 2001 From: Jonas Nyrup Date: Mon, 16 Feb 2026 22:18:38 +0100 Subject: [PATCH 3/8] Roslynator.Analyzers 4.14.1 -> 4.15.0 --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 6c747a1..f2794fd 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -28,7 +28,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive From dde5d3f2059630ef69ee8c9b1ec9e0d8fd519324 Mon Sep 17 00:00:00 2001 From: Jonas Nyrup Date: Mon, 16 Feb 2026 22:19:13 +0100 Subject: [PATCH 4/8] Meziantou.Analyzer 2.0.253 -> 3.0.1 --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index f2794fd..d06bc9d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -32,7 +32,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 4b30d851c8065b0b00e85de45f97d4fcc7560652 Mon Sep 17 00:00:00 2001 From: Jonas Nyrup Date: Mon, 16 Feb 2026 22:20:29 +0100 Subject: [PATCH 5/8] Verify.Xunit 31.7.1 -> 31.12.5 --- Tests/Approval.Tests/Approval.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Approval.Tests/Approval.Tests.csproj b/Tests/Approval.Tests/Approval.Tests.csproj index 62dbb22..6246806 100644 --- a/Tests/Approval.Tests/Approval.Tests.csproj +++ b/Tests/Approval.Tests/Approval.Tests.csproj @@ -14,7 +14,7 @@ - + From 400db6fe7375482b0eeed515ba26be415bc89345 Mon Sep 17 00:00:00 2001 From: Jonas Nyrup Date: Mon, 16 Feb 2026 22:20:55 +0100 Subject: [PATCH 6/8] PublicApiGenerator 11.5.0 -> 11.5.4 --- Tests/Approval.Tests/Approval.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Approval.Tests/Approval.Tests.csproj b/Tests/Approval.Tests/Approval.Tests.csproj index 6246806..ded53be 100644 --- a/Tests/Approval.Tests/Approval.Tests.csproj +++ b/Tests/Approval.Tests/Approval.Tests.csproj @@ -12,7 +12,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + From d85c6d499c51003251a2bd93ad0d0250d8e94120 Mon Sep 17 00:00:00 2001 From: Jonas Nyrup Date: Mon, 16 Feb 2026 22:22:56 +0100 Subject: [PATCH 7/8] ReportGenerator 5.5.0 -> 5.5.1 --- Build/_build.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/_build.csproj b/Build/_build.csproj index 39c84fb..7bd6a66 100644 --- a/Build/_build.csproj +++ b/Build/_build.csproj @@ -13,7 +13,7 @@ - + From c96ca0b8066740bd8fd96633aefb0014cdf97ebb Mon Sep 17 00:00:00 2001 From: Jonas Nyrup Date: Mon, 16 Feb 2026 22:25:21 +0100 Subject: [PATCH 8/8] Microsoft.NET.Test.Sdk 17.12.0 -> 17.13.0 --- Tests/Approval.Tests/Approval.Tests.csproj | 2 +- .../FluentAssertions.Json.Specs.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/Approval.Tests/Approval.Tests.csproj b/Tests/Approval.Tests/Approval.Tests.csproj index ded53be..d9b9ac4 100644 --- a/Tests/Approval.Tests/Approval.Tests.csproj +++ b/Tests/Approval.Tests/Approval.Tests.csproj @@ -6,7 +6,7 @@ - + all diff --git a/Tests/FluentAssertions.Json.Specs/FluentAssertions.Json.Specs.csproj b/Tests/FluentAssertions.Json.Specs/FluentAssertions.Json.Specs.csproj index 4960567..e8e585b 100644 --- a/Tests/FluentAssertions.Json.Specs/FluentAssertions.Json.Specs.csproj +++ b/Tests/FluentAssertions.Json.Specs/FluentAssertions.Json.Specs.csproj @@ -5,7 +5,7 @@ - +