File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
src/libraries/System.Net.Quic/tests/FunctionalTests Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 44 <Uri >https://github.com/dotnet/icu</Uri >
55 <Sha >e7626ad8c04b150de635f920b5e8dede0aafaf73</Sha >
66 </Dependency >
7- <Dependency Name =" System.Net.MsQuic.Transport" Version =" 6.0.0-preview.7.21328.2 " >
7+ <Dependency Name =" System.Net.MsQuic.Transport" Version =" 6.0.0-preview.7.21357.1 " >
88 <Uri >https://github.com/dotnet/msquic</Uri >
99 <Sha >d7db669b70f4dd67ec001c192f9809c218cab88b</Sha >
1010 </Dependency >
Original file line number Diff line number Diff line change 169169 <!-- ICU -->
170170 <MicrosoftNETCoreRuntimeICUTransportVersion >6.0.0-preview.7.21328.1</MicrosoftNETCoreRuntimeICUTransportVersion >
171171 <!-- MsQuic -->
172- <SystemNetMsQuicTransportVersion >6.0.0-preview.7.21328.2 </SystemNetMsQuicTransportVersion >
172+ <SystemNetMsQuicTransportVersion >6.0.0-preview.7.21357.1 </SystemNetMsQuicTransportVersion >
173173 <!-- Mono LLVM -->
174174 <runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion >11.1.0-alpha.1.21328.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion >
175175 <runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion >11.1.0-alpha.1.21328.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion >
Original file line number Diff line number Diff line change @@ -35,8 +35,6 @@ public async Task TestConnect()
3535 Assert . Equal ( ApplicationProtocol . ToString ( ) , serverConnection . NegotiatedApplicationProtocol . ToString ( ) ) ;
3636 }
3737
38- // this started to fail after updating msquic from cc104e836a5d4a5e0d324bc08b42136d2acac997 to 8e21db733f22533a613d404d2a86e64588019132
39- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/49157" ) ]
4038 [ Fact ]
4139 public async Task AcceptStream_ConnectionAborted_ByClient_Throws ( )
4240 {
You can’t perform that action at this time.
0 commit comments