From 8961b0c16e0bf87432725768b87a961812a1ed0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 13:19:42 +0000 Subject: [PATCH 1/2] Bump NUnit from 4.5.1 to 4.6.1 --- updated-dependencies: - dependency-name: NUnit dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test/Diffs.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Diffs.Test.csproj b/test/Diffs.Test.csproj index df8bf81..c1949c1 100644 --- a/test/Diffs.Test.csproj +++ b/test/Diffs.Test.csproj @@ -10,7 +10,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 355adb86d7f1cfe8dbe027ea6c80cf4933e5de77 Mon Sep 17 00:00:00 2001 From: spkl Date: Fri, 5 Jun 2026 15:31:43 +0200 Subject: [PATCH 2/2] Update LangVersion to 13 Fixes issues with NUnit 4.6: https://docs.nunit.org/articles/nunit/release-notes/framework.html#the-following-issues-are-marked-as-breaking-changes --- src/Diffs.csproj | 2 +- test/Diffs.Test.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Diffs.csproj b/src/Diffs.csproj index 7bf3cf8..286e3c5 100644 --- a/src/Diffs.csproj +++ b/src/Diffs.csproj @@ -4,7 +4,7 @@ net8.0;netstandard2.0 spkl.Diffs spkl.Diffs - 12.0 + 13.0 true Sebastian Fischer Sebastian Fischer diff --git a/test/Diffs.Test.csproj b/test/Diffs.Test.csproj index c1949c1..0c7ab0e 100644 --- a/test/Diffs.Test.csproj +++ b/test/Diffs.Test.csproj @@ -6,7 +6,7 @@ false spkl.Diffs.Test spkl.Diffs.Test - 12.0 + 13.0