diff --git a/build/dependencies.private.props b/build/dependencies.private.props index 9fecfea68..a7734977f 100644 --- a/build/dependencies.private.props +++ b/build/dependencies.private.props @@ -4,7 +4,8 @@ 8.0.1 8.0.8 8.0.8 - 8.0.7 + 8.0.7 + 8.0.0 17.11.0 4.20.70 2.9.0 diff --git a/samples/AspNet.ChatSample/AspNet.ChatSample.CSharpClient/AspNet.ChatSample.CSharpClient.csproj b/samples/AspNet.ChatSample/AspNet.ChatSample.CSharpClient/AspNet.ChatSample.CSharpClient.csproj index a29bde31a..0e19118b5 100644 --- a/samples/AspNet.ChatSample/AspNet.ChatSample.CSharpClient/AspNet.ChatSample.CSharpClient.csproj +++ b/samples/AspNet.ChatSample/AspNet.ChatSample.CSharpClient/AspNet.ChatSample.CSharpClient.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.1 + net8.0 diff --git a/samples/AspNet.ChatSample/AspNet.ChatSample.JavaScriptClient/AspNet.ChatSample.JavaScriptClient.csproj b/samples/AspNet.ChatSample/AspNet.ChatSample.JavaScriptClient/AspNet.ChatSample.JavaScriptClient.csproj index e4f703e78..c130175b3 100644 --- a/samples/AspNet.ChatSample/AspNet.ChatSample.JavaScriptClient/AspNet.ChatSample.JavaScriptClient.csproj +++ b/samples/AspNet.ChatSample/AspNet.ChatSample.JavaScriptClient/AspNet.ChatSample.JavaScriptClient.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net8.0 diff --git a/samples/AspNet.ChatSample/AspNet.ChatSample.SelfHostServer/AspNet.ChatSample.SelfHostServer.csproj b/samples/AspNet.ChatSample/AspNet.ChatSample.SelfHostServer/AspNet.ChatSample.SelfHostServer.csproj index 871bcbe1f..c18e4d880 100644 --- a/samples/AspNet.ChatSample/AspNet.ChatSample.SelfHostServer/AspNet.ChatSample.SelfHostServer.csproj +++ b/samples/AspNet.ChatSample/AspNet.ChatSample.SelfHostServer/AspNet.ChatSample.SelfHostServer.csproj @@ -2,7 +2,7 @@ Exe - net461 + net462 diff --git a/test/Microsoft.Azure.SignalR.AspNet.Tests/Microsoft.Azure.SignalR.AspNet.Tests.csproj b/test/Microsoft.Azure.SignalR.AspNet.Tests/Microsoft.Azure.SignalR.AspNet.Tests.csproj index 83f85ae80..f5baca541 100644 --- a/test/Microsoft.Azure.SignalR.AspNet.Tests/Microsoft.Azure.SignalR.AspNet.Tests.csproj +++ b/test/Microsoft.Azure.SignalR.AspNet.Tests/Microsoft.Azure.SignalR.AspNet.Tests.csproj @@ -20,7 +20,9 @@ - + + + diff --git a/test/Microsoft.Azure.SignalR.Tests.Common/Microsoft.Azure.SignalR.Tests.Common.csproj b/test/Microsoft.Azure.SignalR.Tests.Common/Microsoft.Azure.SignalR.Tests.Common.csproj index f3066c4e7..b71e700ab 100644 --- a/test/Microsoft.Azure.SignalR.Tests.Common/Microsoft.Azure.SignalR.Tests.Common.csproj +++ b/test/Microsoft.Azure.SignalR.Tests.Common/Microsoft.Azure.SignalR.Tests.Common.csproj @@ -14,10 +14,10 @@ - - + + - +