Skip to content

Commit 29e7485

Browse files
authored
Rename MSBuild property MicrosoftNativeQuicMsQuicVersion -> MicrosoftNativeQuicMsQuicSchannelVersion (#99715)
1 parent 643aa17 commit 29e7485

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
<!-- ICU -->
180180
<MicrosoftNETCoreRuntimeICUTransportVersion>7.0.0-rtm.24115.1</MicrosoftNETCoreRuntimeICUTransportVersion>
181181
<!-- MsQuic -->
182-
<MicrosoftNativeQuicMsQuicVersion>2.2.3</MicrosoftNativeQuicMsQuicVersion>
182+
<MicrosoftNativeQuicMsQuicSchannelVersion>2.2.3</MicrosoftNativeQuicMsQuicSchannelVersion>
183183
<SystemNetMsQuicTransportVersion>7.0.0-alpha.1.22459.1</SystemNetMsQuicTransportVersion>
184184
<!-- Mono LLVM -->
185185
<runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>11.1.0-alpha.1.23115.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
@@ -105,7 +105,7 @@
105105
GeneratePathProperty="true"
106106
Condition="'$(DotNetBuildFromSource)' != 'true'" />
107107
<PackageReference Include="Microsoft.Native.Quic.MsQuic.Schannel"
108-
Version="$(MicrosoftNativeQuicMsQuicVersion)"
108+
Version="$(MicrosoftNativeQuicMsQuicSchannelVersion)"
109109
PrivateAssets="all"
110110
GeneratePathProperty="true"
111111
Condition="'$(DotNetBuildFromSource)' != 'true'" />

0 commit comments

Comments
 (0)