We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec133b commit 6068af4Copy full SHA for 6068af4
Source/Cake.Recipe/Content/toolsettings.cake
@@ -49,7 +49,7 @@ public static class ToolSettings
49
string wyamTool = "#tool nuget:?package=Wyam&version=2.2.9",
50
string xunitTool = "#tool nuget:?package=xunit.runner.console&version=2.9.1",
51
string nunitTool = "#tool nuget:?package=NUnit.ConsoleRunner&version=3.18.2",
52
- string nugetTool = "#tool nuget:?package=NuGet.CommandLine&version=6.10.2",
+ string nugetTool = "#tool nuget:?package=NuGet.CommandLine&version=6.14.0",
53
string openCoverTool = "#tool nuget:?package=OpenCover&version=4.7.1221",
54
string reportGeneratorTool = "#tool nuget:?package=ReportGenerator&version=5.3.9",
55
string reportUnitTool = "#tool nuget:?package=ReportUnit&version=1.2.1",
0 commit comments