Bump dotnet sdk to latest version. (#2392)

* Bump dotnet sdk to latest version.

* .

* .

* .

* .

* .

* .

* .

* .
This commit is contained in:
Tingluo Huang
2023-01-23 13:07:49 -05:00
committed by GitHub
parent f1c57ac0ef
commit ca7be16dd3
11 changed files with 11 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ DOWNLOAD_DIR="$SCRIPT_DIR/../_downloads/netcore2x"
PACKAGE_DIR="$SCRIPT_DIR/../_package"
PACKAGE_TRIMS_DIR="$SCRIPT_DIR/../_package_trims"
DOTNETSDK_ROOT="$SCRIPT_DIR/../_dotnetsdk"
DOTNETSDK_VERSION="6.0.300"
DOTNETSDK_VERSION="6.0.405"
DOTNETSDK_INSTALLDIR="$DOTNETSDK_ROOT/$DOTNETSDK_VERSION"
RUNNER_VERSION=$(cat runnerversion)