From 4a2eb925f56497bfceffdb4c05de2102fbc5518d Mon Sep 17 00:00:00 2001 From: Nikita Tsukanov Date: Mon, 18 Oct 2021 23:21:46 +0300 Subject: [PATCH] Download 3.1 runtime for *nix --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index bd162fab9b..9c957612cf 100755 --- a/build.sh +++ b/build.sh @@ -65,6 +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 fi export PATH=$DOTNET_DIRECTORY:$PATH