File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
src/libraries/System.Net.Quic/src Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 4
4
<Uri >https://github.com/dotnet/icu</Uri >
5
5
<Sha >59588c1257a842089d0b7df3bad1cdd69ac720e1</Sha >
6
6
</Dependency >
7
+ <Dependency Name =" System.Net.MsQuic.Transport" Version =" 6.0.0-preview.7.21328.2" >
8
+ <Uri >https://github.com/dotnet/msquic</Uri >
9
+ <Sha >d7db669b70f4dd67ec001c192f9809c218cab88b</Sha >
10
+ </Dependency >
7
11
</ProductDependencies >
8
12
<ToolsetDependencies >
9
13
<Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 6.0.0-beta.21321.1" >
Original file line number Diff line number Diff line change 166
166
<MicrosoftNETILLinkAnalyzerPackageVersion >$(MicrosoftNETILLinkTasksVersion)</MicrosoftNETILLinkAnalyzerPackageVersion >
167
167
<!-- ICU -->
168
168
<MicrosoftNETCoreRuntimeICUTransportVersion >6.0.0-preview.7.21315.3</MicrosoftNETCoreRuntimeICUTransportVersion >
169
+ <!-- MsQuic -->
170
+ <SystemNetMsQuicTransportVersion >6.0.0-preview.7.21328.2</SystemNetMsQuicTransportVersion >
169
171
<!-- Mono LLVM -->
170
172
<runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion >11.1.0-alpha.1.21314.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion >
171
173
<runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion >11.1.0-alpha.1.21314.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion >
Original file line number Diff line number Diff line change 56
56
<Compile Include =" System\Net\Quic\Implementations\MsQuic\Interop\MsQuicStatusCodes.OSX.cs" />
57
57
</ItemGroup >
58
58
<!-- Project references -->
59
+ <ItemGroup Condition =" '$(TargetsWindows)' == 'true'" >
60
+ <PackageReference Include =" System.Net.MsQuic.Transport" PrivateAssets =" all" Version =" $(SystemNetMsQuicTransportVersion)" />
61
+ </ItemGroup >
59
62
<ItemGroup >
60
63
<Reference Include =" System.Collections" />
61
64
<Reference Include =" System.Collections.Concurrent" />
You can’t perform that action at this time.
0 commit comments