From a4c1ee41e54d65fd72d91106711fbf8ff7f0b77b Mon Sep 17 00:00:00 2001 From: Amanda Tarafa Mas <14878252+amanda-tarafa@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:43:30 -0700 Subject: [PATCH] build[Functions]: Make ResponseStreaming test target .NET 6 This will be upgraded to .NET 8 in #2729 but there are still some documentation aspects that need to be cleared out before that can be merged. And this sample has been failing since we updated CI to support .NET 6 and .NET 8 only. --- .../StreamBigQuery.Tests/StreamBigQuery.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/responsestreaming/StreamBigQuery.Tests/StreamBigQuery.Tests.csproj b/functions/responsestreaming/StreamBigQuery.Tests/StreamBigQuery.Tests.csproj index 971241b5a2a..a36f0b86e47 100644 --- a/functions/responsestreaming/StreamBigQuery.Tests/StreamBigQuery.Tests.csproj +++ b/functions/responsestreaming/StreamBigQuery.Tests/StreamBigQuery.Tests.csproj @@ -1,7 +1,7 @@ - net7.0 + net6.0 false