From 2f0eb86e7121c57e64243cf4a0251ffc35d8ba79 Mon Sep 17 00:00:00 2001 From: Nikita Tsukanov Date: Mon, 18 Oct 2021 23:25:51 +0300 Subject: [PATCH] Use 3.1.20 --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 9c957612cf..7703e90a78 100755 --- a/build.sh +++ b/build.sh @@ -65,8 +65,8 @@ else else "$DOTNET_INSTALL_FILE" --install-dir "$DOTNET_DIRECTORY" --version "$DOTNET_VERSION" --no-path fi - "$DOTNET_INSTALL_FILE" --install-dir "$DOTNET_DIRECTORY" --version 3.1.408 --runtime dotnet - "$DOTNET_INSTALL_FILE" --install-dir "$DOTNET_DIRECTORY" --version 3.1.408 --runtime aspnetcore + "$DOTNET_INSTALL_FILE" --install-dir "$DOTNET_DIRECTORY" --version 3.1.20 --runtime dotnet + "$DOTNET_INSTALL_FILE" --install-dir "$DOTNET_DIRECTORY" --version 3.1.20 --runtime aspnetcore fi export PATH=$DOTNET_DIRECTORY:$PATH