Skip to content

Commit 780dce3

Browse files
authored
CSHARP-5041: Semantic Kernel integration is failing due to .NET 8 SDK change
2 parents c31a5bc + c81fe4f commit 780dce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

semantic-kernel-csharp/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ mkdir -p "$DOTNET_SDK_PATH"
1111
echo "Downloading .NET SDK installer into $DOTNET_SDK_PATH folder..."
1212
curl -Lfo "$DOTNET_SDK_PATH"/dotnet-install.sh https://dot.net/v1/dotnet-install.sh
1313
echo "Installing .NET LTS SDK..."
14-
bash "$DOTNET_SDK_PATH"/dotnet-install.sh --channel 6.0 --install-dir "$DOTNET_SDK_PATH" --no-path
14+
bash "$DOTNET_SDK_PATH"/dotnet-install.sh --channel 8.0 --install-dir "$DOTNET_SDK_PATH" --no-path
1515

1616
# Set SkipReason to null to enable tests
1717
sed -i -e 's/"MongoDB Atlas cluster is required"/null/g' dotnet/src/IntegrationTests/Connectors/Memory/MongoDB/MongoDBMemoryStoreTests.cs

0 commit comments

Comments
 (0)