consume dotnet core 3.1 in runner. (#213)

This commit is contained in:
Tingluo Huang
2019-12-18 15:09:03 -05:00
committed by GitHub
parent 70a09bc5ac
commit 80b6038cdc
10 changed files with 10 additions and 10 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="3.0.100"
DOTNETSDK_VERSION="3.1.100"
DOTNETSDK_INSTALLDIR="$DOTNETSDK_ROOT/$DOTNETSDK_VERSION"
RUNNER_VERSION=$(cat runnerversion)