Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Rename MSBuild property MicrosoftNativeQuicMsQuicVersion -> Microsoft…
…NativeQuicMsQuicSchannelVersion
  • Loading branch information
carlossanlop committed Mar 13, 2024
commit d719e2d9d16bd26f3a05a42117a0e518f05a3527
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
<!-- ICU -->
<MicrosoftNETCoreRuntimeICUTransportVersion>7.0.0-rtm.24115.1</MicrosoftNETCoreRuntimeICUTransportVersion>
<!-- MsQuic -->
<MicrosoftNativeQuicMsQuicVersion>2.2.3</MicrosoftNativeQuicMsQuicVersion>
<MicrosoftNativeQuicMsQuicSchannelVersion>2.2.3</MicrosoftNativeQuicMsQuicSchannelVersion>
<SystemNetMsQuicTransportVersion>7.0.0-alpha.1.22459.1</SystemNetMsQuicTransportVersion>
<!-- Mono LLVM -->
<runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>11.1.0-alpha.1.23115.1</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 @@ -105,7 +105,7 @@
GeneratePathProperty="true"
Condition="'$(DotNetBuildFromSource)' != 'true'" />
<PackageReference Include="Microsoft.Native.Quic.MsQuic.Schannel"
Version="$(MicrosoftNativeQuicMsQuicVersion)"
Version="$(MicrosoftNativeQuicMsQuicSchannelVersion)"
PrivateAssets="all"
GeneratePathProperty="true"
Condition="'$(DotNetBuildFromSource)' != 'true'" />
Expand Down