From 85b7b1e59c843d0033309292334377b67ec1c9d1 Mon Sep 17 00:00:00 2001 From: BorisDog Date: Tue, 9 Sep 2025 07:33:47 -0700 Subject: [PATCH] CSHARP-5716: Update cake version to support newer Ubuntu versions --- build.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.config b/build.config index 1c2f8500d19..badb4438541 100644 --- a/build.config +++ b/build.config @@ -1,3 +1,3 @@ #!/usr/bin/env bash -CAKE_VERSION=2.2.0 +CAKE_VERSION=2.3.0 DOTNET_VERSION=8.0.204