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()