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