From b647ed218dab36897276f9ae4eb2922b9896c07e Mon Sep 17 00:00:00 2001 From: Damien Guard Date: Wed, 30 Jul 2025 17:54:09 +0100 Subject: [PATCH] Update the .NET SDK to 9.0. --- semantic-kernel-csharp/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semantic-kernel-csharp/run.sh b/semantic-kernel-csharp/run.sh index e73a4af..cf385e9 100644 --- a/semantic-kernel-csharp/run.sh +++ b/semantic-kernel-csharp/run.sh @@ -11,7 +11,7 @@ mkdir -p "$DOTNET_SDK_PATH" echo "Downloading .NET SDK installer into $DOTNET_SDK_PATH folder..." curl -Lfo "$DOTNET_SDK_PATH"/dotnet-install.sh https://dot.net/v1/dotnet-install.sh echo "Installing .NET LTS SDK..." -bash "$DOTNET_SDK_PATH"/dotnet-install.sh --channel 8.0 --install-dir "$DOTNET_SDK_PATH" --no-path +bash "$DOTNET_SDK_PATH"/dotnet-install.sh --channel 9.0 --install-dir "$DOTNET_SDK_PATH" --no-path # The tests use the TestContainers.Net library which requires docker. # RHEL 8 and 9 don't support docker so we have the setup below to emulate docker with podman