From 6b9aa47895aac09cd9fcc7906c1c1d087692a53b Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Sun, 19 Nov 2023 08:13:46 +0000 Subject: [PATCH] (build) Get the build running on Mac No idea why this build.sh hasn't been updated to use the global.json file in the same way that the build.ps1 has, but for now, let's just set the .NET version. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index f196892..fda170c 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ # Define varibles SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) -DOTNET_VERSION="7.0.100" +DOTNET_VERSION="8.0.100" ########################################################################### # INSTALL .NET CORE CLI