Skip to content

Commit 6068af4

Browse files
(GH-1069) Update NuGet.CommandLine reference from 6.10.2 to 6.14.0
1 parent 4ec133b commit 6068af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Cake.Recipe/Content/toolsettings.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public static class ToolSettings
4949
string wyamTool = "#tool nuget:?package=Wyam&version=2.2.9",
5050
string xunitTool = "#tool nuget:?package=xunit.runner.console&version=2.9.1",
5151
string nunitTool = "#tool nuget:?package=NUnit.ConsoleRunner&version=3.18.2",
52-
string nugetTool = "#tool nuget:?package=NuGet.CommandLine&version=6.10.2",
52+
string nugetTool = "#tool nuget:?package=NuGet.CommandLine&version=6.14.0",
5353
string openCoverTool = "#tool nuget:?package=OpenCover&version=4.7.1221",
5454
string reportGeneratorTool = "#tool nuget:?package=ReportGenerator&version=5.3.9",
5555
string reportUnitTool = "#tool nuget:?package=ReportUnit&version=1.2.1",

0 commit comments

Comments
 (0)