Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cake.Recipe/Content/toolsettings.cake
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,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.4.1",
string nunitTool = "#tool nuget:?package=NUnit.ConsoleRunner&version=3.12.0",
string nugetTool = "#tool nuget:?package=NuGet.CommandLine&version=5.8.0",
string nugetTool = "#tool nuget:?package=NuGet.CommandLine&version=5.8.1",
string openCoverTool = "#tool nuget:?package=OpenCover&version=4.7.922",
string reportGeneratorTool = "#tool nuget:?package=ReportGenerator&version=4.8.5",
string reportUnitTool = "#tool nuget:?package=ReportUnit&version=1.2.1",
Expand Down