Skip to content

Commit c412efb

Browse files
authored
Rename MSBuild property MicrosoftNativeQuicMsQuicVersion -> MicrosoftNativeQuicMsQuicSchannelVersion (#99714)
1 parent c0a2606 commit c412efb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
<!-- ICU -->
220220
<MicrosoftNETCoreRuntimeICUTransportVersion>8.0.0-rtm.23523.2</MicrosoftNETCoreRuntimeICUTransportVersion>
221221
<!-- MsQuic -->
222-
<MicrosoftNativeQuicMsQuicVersion>2.2.3</MicrosoftNativeQuicMsQuicVersion>
222+
<MicrosoftNativeQuicMsQuicSchannelVersion>2.2.3</MicrosoftNativeQuicMsQuicSchannelVersion>
223223
<SystemNetMsQuicTransportVersion>8.0.0-alpha.1.23527.1</SystemNetMsQuicTransportVersion>
224224
<!-- Mono LLVM -->
225225
<runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>16.0.5-alpha.1.23566.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>

src/libraries/System.Net.Quic/src/System.Net.Quic.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
GeneratePathProperty="true" />
149149

150150
<PackageReference Include="Microsoft.Native.Quic.MsQuic.Schannel"
151-
Version="$(MicrosoftNativeQuicMsQuicVersion)"
151+
Version="$(MicrosoftNativeQuicMsQuicSchannelVersion)"
152152
PrivateAssets="all"
153153
Condition="'$(UseQuicTransportPackage)' != 'true'"
154154
GeneratePathProperty="true" />

0 commit comments

Comments
 (0)