Skip to content

Commit

Permalink
(cake-contribGH-1025) Update NuGet.CommandLine reference from 6.10.1 …
Browse files Browse the repository at this point in the history
…to 6.10.2
  • Loading branch information
cake-contrib-bot committed Aug 13, 2024
1 parent ec6f85b commit 59eddc3
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 @@ -49,7 +49,7 @@ public static class ToolSettings
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 nugetTool = "#tool nuget:?package=NuGet.CommandLine&version=6.10.1",
string nugetTool = "#tool nuget:?package=NuGet.CommandLine&version=6.10.2",
string openCoverTool = "#tool nuget:?package=OpenCover&version=4.7.1221",
string reportGeneratorTool = "#tool nuget:?package=ReportGenerator&version=5.3.8",
string reportUnitTool = "#tool nuget:?package=ReportUnit&version=1.2.1",
Expand Down

0 comments on commit 59eddc3

Please sign in to comment.