We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ec3d5 commit b647ed2Copy full SHA for b647ed2
semantic-kernel-csharp/run.sh
@@ -11,7 +11,7 @@ mkdir -p "$DOTNET_SDK_PATH"
11
echo "Downloading .NET SDK installer into $DOTNET_SDK_PATH folder..."
12
curl -Lfo "$DOTNET_SDK_PATH"/dotnet-install.sh https://dot.net/v1/dotnet-install.sh
13
echo "Installing .NET LTS SDK..."
14
-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
15
16
# The tests use the TestContainers.Net library which requires docker.
17
# RHEL 8 and 9 don't support docker so we have the setup below to emulate docker with podman
0 commit comments