Skip to content

Commit

Permalink
Rename MSBuild property MicrosoftNativeQuicMsQuicVersion -> Microsoft…
Browse files Browse the repository at this point in the history
…NativeQuicMsQuicSchannelVersion (#99713)
  • Loading branch information
carlossanlop authored Mar 14, 2024
1 parent 5cb4f0d commit 89a1851
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
<!-- ICU -->
<MicrosoftNETCoreRuntimeICUTransportVersion>9.0.0-preview.3.24155.1</MicrosoftNETCoreRuntimeICUTransportVersion>
<!-- MsQuic -->
<MicrosoftNativeQuicMsQuicVersion>2.2.3</MicrosoftNativeQuicMsQuicVersion>
<MicrosoftNativeQuicMsQuicSchannelVersion>2.2.3</MicrosoftNativeQuicMsQuicSchannelVersion>
<SystemNetMsQuicTransportVersion>9.0.0-alpha.1.24162.1</SystemNetMsQuicTransportVersion>
<!-- Mono LLVM -->
<runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>16.0.5-alpha.1.24154.3</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/libraries/System.Net.Quic/src/System.Net.Quic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
GeneratePathProperty="true" />

<PackageReference Include="Microsoft.Native.Quic.MsQuic.Schannel"
Version="$(MicrosoftNativeQuicMsQuicVersion)"
Version="$(MicrosoftNativeQuicMsQuicSchannelVersion)"
PrivateAssets="all"
Condition="'$(UseQuicTransportPackage)' != 'true'"
GeneratePathProperty="true" />
Expand Down

0 comments on commit 89a1851

Please sign in to comment.