Skip to content

Commit

Permalink
(GH-1031) Update NUnit.ConsoleRunner reference from 3.18.1 to 3.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cake-contrib-bot committed Sep 20, 2024
1 parent ec6f85b commit 4505d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Cake.Recipe/Content/toolsettings.cake
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public static class ToolSettings
string kuduSyncTool = "#tool nuget:?package=KuduSync.NET&version=1.5.4",
string wyamTool = "#tool nuget:?package=Wyam&version=2.2.9",
string xunitTool = "#tool nuget:?package=xunit.runner.console&version=2.9.0",
string nunitTool = "#tool nuget:?package=NUnit.ConsoleRunner&version=3.18.1",
string nunitTool = "#tool nuget:?package=NUnit.ConsoleRunner&version=3.18.2",
string nugetTool = "#tool nuget:?package=NuGet.CommandLine&version=6.10.1",
string openCoverTool = "#tool nuget:?package=OpenCover&version=4.7.1221",
string reportGeneratorTool = "#tool nuget:?package=ReportGenerator&version=5.3.8",
Expand Down

0 comments on commit 4505d11

Please sign in to comment.