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