There was an error while loading. Please reload this page.
2 parents 5c78e0e + e89096e commit 01860a7Copy full SHA for 01860a7
1 file changed
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.3",
51
string nunitTool = "#tool nuget:?package=NUnit.ConsoleRunner&version=3.20.1",
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.4.16",
55
string reportUnitTool = "#tool nuget:?package=ReportUnit&version=1.2.1",
0 commit comments