From 7135650fcd9e636ea2ee61460df36c13e92f564e Mon Sep 17 00:00:00 2001 From: Mikkel Nylander Bundgaard Date: Tue, 31 Dec 2024 15:16:21 +0100 Subject: [PATCH 1/2] chore: Bump NUnit to 4.3.2 --- src/nunit.analyzers.tests/nunit.analyzers.tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nunit.analyzers.tests/nunit.analyzers.tests.csproj b/src/nunit.analyzers.tests/nunit.analyzers.tests.csproj index 4ea04195..402afc2f 100644 --- a/src/nunit.analyzers.tests/nunit.analyzers.tests.csproj +++ b/src/nunit.analyzers.tests/nunit.analyzers.tests.csproj @@ -22,7 +22,7 @@ - + From d450714c4b9caf0268cccb9029a95adf99ea9946 Mon Sep 17 00:00:00 2001 From: Mikkel Nylander Bundgaard Date: Wed, 1 Jan 2025 08:03:46 -0800 Subject: [PATCH 2/2] chore: Bump cake.tool to version 4 --- .config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 678c0add..3f287339 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "cake.tool": { - "version": "3.2.0", + "version": "4.0.0", "commands": [ "dotnet-cake" ]