Skip to content

Commit

Permalink
(build) Get the build running on Mac
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gep13 committed Nov 19, 2023
1 parent 8b95f0c commit 6b9aa47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b9aa47

Please sign in to comment.