Skip to content

Commit 7effb38

Browse files
committed
Bump Cake tool dependencies
1 parent 4a96864 commit 7effb38

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Build/Program.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ namespace DotNetNuke.Build
1313
public class Program
1414
{
1515
/// <summary>The version of the Microsoft.TestPlatform NuGet package.</summary>
16-
internal const string MicrosoftTestPlatformVersion = "18.0.1";
16+
internal const string MicrosoftTestPlatformVersion = "18.4.0";
1717

1818
/// <summary>The version of the NUnit3TestAdapter NuGet package.</summary>
19-
internal const string NUnit3TestAdapterVersion = "6.1.0";
19+
internal const string NUnit3TestAdapterVersion = "6.2.0";
2020

2121
/// <summary>Runs the build process.</summary>
2222
/// <param name="args">The arguments from the command line.</param>
@@ -28,7 +28,7 @@ public static int Main(string[] args)
2828
.UseLifetime<Lifetime>()
2929
.UseWorkingDirectory("..")
3030
.UseModule<AzurePipelinesModule>()
31-
.InstallTool(new Uri("dotnet:?package=GitVersion.Tool&version=6.6.0"))
31+
.InstallTool(new Uri("dotnet:?package=GitVersion.Tool&version=6.7.0"))
3232
.UseModule<GitHubActionsModule>()
3333
.InstallTool(new Uri("nuget:?package=Microsoft.TestPlatform&version=" + MicrosoftTestPlatformVersion))
3434
.InstallTool(new Uri("nuget:?package=NUnit3TestAdapter&version=" + NUnit3TestAdapterVersion))

0 commit comments

Comments
 (0)