From 101006d507dcf52ba3de5967cb9660c4b585001b Mon Sep 17 00:00:00 2001 From: wfurt Date: Tue, 7 Mar 2023 10:21:22 -0800 Subject: [PATCH] get transport MsQuic for Windows arm64 --- eng/Versions.props | 2 +- .../tests/FunctionalTests/MsQuicPlatformDetectionTests.cs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index a7119fa440f8b..1977590169c55 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -222,7 +222,7 @@ 8.0.0-preview.3.23151.1 2.1.7 - 8.0.0-alpha.1.23153.1 + 8.0.0-alpha.1.23156.1 14.0.0-alpha.1.23124.1 14.0.0-alpha.1.23124.1 diff --git a/src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicPlatformDetectionTests.cs b/src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicPlatformDetectionTests.cs index 6d84455daaefc..67bc14f1f460a 100644 --- a/src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicPlatformDetectionTests.cs +++ b/src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicPlatformDetectionTests.cs @@ -22,7 +22,6 @@ public void UnsupportedPlatforms_ThrowsPlatformNotSupportedException() } [ActiveIssue("https://github.com/dotnet/runtime/issues/73290", typeof(PlatformDetection), nameof(PlatformDetection.IsSingleFile))] - [ActiveIssue("https://github.com/dotnet/runtime/issues/82885", typeof(PlatformDetection), nameof(PlatformDetection.IsArm64Process))] [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.SupportsTls13))] [PlatformSpecific(TestPlatforms.Windows)] public void SupportedWindowsPlatforms_IsSupportedIsTrue()