From dd4e981a72a08f3d6d98169075bb016a1bc0a658 Mon Sep 17 00:00:00 2001 From: Liangying Wei Date: Thu, 26 Oct 2023 11:22:36 +0800 Subject: [PATCH] Fix test failure --- build/dependencies.props | 16 ++++++++-------- .../Microsoft.Azure.SignalR.Common.csproj | 2 +- ...crosoft.Azure.SignalR.IntegrationTests.csproj | 1 + 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/build/dependencies.props b/build/dependencies.props index 327113525..8adc159e0 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -20,9 +20,9 @@ 2.3.2 4.5.1 4.5.4 - 4.6.0 + 6.0.0 5.5.0 - 1.4.0 + 1.10.3 2.1.0 2.1.1 1.1.0 @@ -45,7 +45,7 @@ 4.7.3 - 1.21.0 + 1.35.0 1.0.0 2.2.0 2.2.0 @@ -75,14 +75,14 @@ 1.0.0 1.9.11 3.1.24 - 15.6.1 + 17.7.2 4.14.5 - 2.4.0 - 2.4.0 + 2.4.2 + 2.4.2 4.0.0 2.1.0 - 4.5.3 - 3.0.3 + 4.5.4 + 6.0.24 E2eTestUserSecret 5.0.0 diff --git a/src/Microsoft.Azure.SignalR.Common/Microsoft.Azure.SignalR.Common.csproj b/src/Microsoft.Azure.SignalR.Common/Microsoft.Azure.SignalR.Common.csproj index bda556619..d145e8ce2 100644 --- a/src/Microsoft.Azure.SignalR.Common/Microsoft.Azure.SignalR.Common.csproj +++ b/src/Microsoft.Azure.SignalR.Common/Microsoft.Azure.SignalR.Common.csproj @@ -5,7 +5,7 @@ - netstandard2.0;netcoreapp3.1;net5.0;net7.0 + netstandard2.0;netcoreapp3.1;net5.0;net6.0;net7.0 true diff --git a/test/Microsoft.Azure.SignalR.IntegrationTests/Microsoft.Azure.SignalR.IntegrationTests.csproj b/test/Microsoft.Azure.SignalR.IntegrationTests/Microsoft.Azure.SignalR.IntegrationTests.csproj index f744ffa4b..183cd29dd 100644 --- a/test/Microsoft.Azure.SignalR.IntegrationTests/Microsoft.Azure.SignalR.IntegrationTests.csproj +++ b/test/Microsoft.Azure.SignalR.IntegrationTests/Microsoft.Azure.SignalR.IntegrationTests.csproj @@ -19,6 +19,7 @@ +