Skip to content

Commit

Permalink
(cake-contribGH-1033) Update xunit.runner.console reference from 2.9.…
Browse files Browse the repository at this point in the history
…0 to 2.9.1
  • Loading branch information
cake-contrib-bot committed Sep 23, 2024
1 parent ec6f85b commit a3dd915
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 @@ -47,7 +47,7 @@ public static class ToolSettings
string reSharperTools = "#tool nuget:?package=JetBrains.ReSharper.CommandLineTools&version=2024.1.4",
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 xunitTool = "#tool nuget:?package=xunit.runner.console&version=2.9.1",
string nunitTool = "#tool nuget:?package=NUnit.ConsoleRunner&version=3.18.1",
string nugetTool = "#tool nuget:?package=NuGet.CommandLine&version=6.10.1",
string openCoverTool = "#tool nuget:?package=OpenCover&version=4.7.1221",
Expand Down

0 comments on commit a3dd915

Please sign in to comment.