From 74a050ea63fe7c902e4c037d9456825d9d7c1bcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= Date: Tue, 3 Dec 2024 13:11:51 +0100 Subject: [PATCH] Update .NET SDKs in build.sh (#7775) --- build.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build.sh b/build.sh index 66de78eeff9..959027fe6ce 100755 --- a/build.sh +++ b/build.sh @@ -41,10 +41,8 @@ else DOTNET_DIRECTORY="$TEMP_DIRECTORY/dotnet-unix" # install older frameworks for tests - "$DOTNET_INSTALL_FILE" --install-dir "$DOTNET_DIRECTORY" --version "3.1.424" --no-path - "$DOTNET_INSTALL_FILE" --install-dir "$DOTNET_DIRECTORY" --version "5.0.408" --no-path - "$DOTNET_INSTALL_FILE" --install-dir "$DOTNET_DIRECTORY" --version "6.0.402" --no-path - "$DOTNET_INSTALL_FILE" --install-dir "$DOTNET_DIRECTORY" --version "7.0.306" --no-path + "$DOTNET_INSTALL_FILE" --install-dir "$DOTNET_DIRECTORY" --version "8.0.404" --no-path + "$DOTNET_INSTALL_FILE" --install-dir "$DOTNET_DIRECTORY" --version "9.0.100" --no-path # If global.json exists, load expected version if [[ -f "$DOTNET_GLOBAL_FILE" ]]; then