From 8e4903229bfd76c8e2fa43e96ab26702a3282af4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 17 Aug 2023 20:05:30 +0000 Subject: [PATCH 1/2] Update dependencies from https://github.com/dotnet/winforms build 20230817.2 System.Drawing.Common From Version 8.0.0-rc.1.23408.5 -> To Version 9.0.0-alpha.1.23417.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e7a31fc1da2e..d47b4c1af832 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -368,9 +368,9 @@ https://github.com/dotnet/runtime 8986374ea73f1e5b1977dd0058fbdf591936408a - + https://github.com/dotnet/winforms - 6a40361221718044bc53066b05e886445becc710 + 5954c5fae2b4c0df34c3be658294b9289d02ac76 https://github.com/dotnet/arcade diff --git a/eng/Versions.props b/eng/Versions.props index 061dd7a799b3..14fc57d3d79d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -112,7 +112,7 @@ 8.0.0-rc.1.23414.1 8.0.0-rc.1.23414.1 8.0.0-rc.1.23414.1 - 8.0.0-rc.1.23408.5 + 9.0.0-alpha.1.23417.2 8.0.0-rc.1.23414.1 8.0.0-rc.1.23414.1 8.0.0-rc.1.23414.1 From 4099c3af277a97f5e6f31e3603470d146cb4f93e Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Fri, 18 Aug 2023 11:09:39 +0100 Subject: [PATCH 2/2] Quarantine LongPollingUsesHttp2ByDefault --- .../csharp/Client/test/FunctionalTests/HubConnectionTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SignalR/clients/csharp/Client/test/FunctionalTests/HubConnectionTests.cs b/src/SignalR/clients/csharp/Client/test/FunctionalTests/HubConnectionTests.cs index d8ae692ea8e3..53d805c9bafe 100644 --- a/src/SignalR/clients/csharp/Client/test/FunctionalTests/HubConnectionTests.cs +++ b/src/SignalR/clients/csharp/Client/test/FunctionalTests/HubConnectionTests.cs @@ -2350,6 +2350,7 @@ public async Task CanBlockOnAsyncOperationsWithOneAtATimeSynchronizationContext( } [ConditionalFact] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/50180")] public async Task LongPollingUsesHttp2ByDefault() { await using (var server = await StartServer(configureKestrelServerOptions: o =>