Bump runner to dotnet 8 (#3345)

* Bump runner to dotnet 8

* .
This commit is contained in:
Tingluo Huang
2024-06-18 11:28:53 -04:00
committed by GitHub
parent 3f28dd845f
commit 1e74a8137b
18 changed files with 58 additions and 43 deletions

View File

@@ -17,7 +17,7 @@ LAYOUT_DIR="$SCRIPT_DIR/../_layout"
DOWNLOAD_DIR="$SCRIPT_DIR/../_downloads/netcore2x"
PACKAGE_DIR="$SCRIPT_DIR/../_package"
DOTNETSDK_ROOT="$SCRIPT_DIR/../_dotnetsdk"
DOTNETSDK_VERSION="6.0.421"
DOTNETSDK_VERSION="8.0.204"
DOTNETSDK_INSTALLDIR="$DOTNETSDK_ROOT/$DOTNETSDK_VERSION"
RUNNER_VERSION=$(cat runnerversion)