Uh oh!
There was an error while loading. Please reload this page.
[QUIC] Update MsQuic to the latest 2.5 version - #130173
Conversation
Tagging subscribers to this area: @karelz, @dotnet/ncl |
There was a problem hiding this comment.
Pull request overview
This PR updates the pinned MsQuic Schannel NuGet dependency version used by the runtime’s QUIC implementation/build to the latest 2.5 patch release.
Changes:
- Bump
Microsoft.Native.Quic.MsQuic.Schannelpackage version property from 2.5.7 to 2.5.9 (viaMicrosoftNativeQuicMsQuicSchannelVersion).
ManickaP
commented
Jul 8, 2026
/ba-g unrelated |
Uh oh!
There was an error while loading. Please reload this page.
ManickaP
commented
Jul 8, 2026
/backport to release/10.0 |
Started backporting to |
ManickaP
commented
Jul 8, 2026
/backport to release/9.0-staging |
ManickaP
commented
Jul 8, 2026
/backport to release/8.0-staging |
Started backporting to |
Started backporting to |
@ManickaP backporting to git am output$ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patchApplying: Update MsQuic to the latest 2.5 versionUsing index info to reconstruct a base tree...M eng/Versions.propsFalling back to patching base and 3-way merge...Auto-merging eng/Versions.propsCONFLICT (content): Merge conflict in eng/Versions.propserror: Failed to merge in the changes.hint: Use 'git am --show-current-patch=diff' to see the failed patchhint: When you have resolved this problem, run "git am --continue".hint: If you prefer to skip this patch, run "git am --skip" instead.hint: To restore the original branch and stop patching, run "git am --abort".hint: Disable this message with "git config set advice.mergeConflict false"Patch failed at 0001 Update MsQuic to the latest 2.5 versionError: The process '/usr/bin/git' failed with exit code 128 |
@ManickaP backporting to git am output$ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patchApplying: Update MsQuic to the latest 2.5 versionUsing index info to reconstruct a base tree...M eng/Versions.propsFalling back to patching base and 3-way merge...Auto-merging eng/Versions.propsCONFLICT (content): Merge conflict in eng/Versions.propserror: Failed to merge in the changes.hint: Use 'git am --show-current-patch=diff' to see the failed patchhint: When you have resolved this problem, run "git am --continue".hint: If you prefer to skip this patch, run "git am --skip" instead.hint: To restore the original branch and stop patching, run "git am --abort".hint: Disable this message with "git config set advice.mergeConflict false"Patch failed at 0001 Update MsQuic to the latest 2.5 versionError: The process '/usr/bin/git' failed with exit code 128 |
@ManickaP backporting to git am output$ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patchApplying: Update MsQuic to the latest 2.5 versionUsing index info to reconstruct a base tree...M eng/Versions.propsFalling back to patching base and 3-way merge...Auto-merging eng/Versions.propsCONFLICT (content): Merge conflict in eng/Versions.propserror: Failed to merge in the changes.hint: Use 'git am --show-current-patch=diff' to see the failed patchhint: When you have resolved this problem, run "git am --continue".hint: If you prefer to skip this patch, run "git am --skip" instead.hint: To restore the original branch and stop patching, run "git am --abort".hint: Disable this message with "git config set advice.mergeConflict false"Patch failed at 0001 Update MsQuic to the latest 2.5 versionError: The process '/usr/bin/git' failed with exit code 128 |
…130355) # Description Backport of #130173. Updates MsQuic from 2.4.18 to the latest supported 2.5 release (2.5.9) by bumping `MicrosoftNativeQuicMsQuicSchannelVersion` in `eng/Versions.props`. main PR #130173 # Customer Impact The MsQuic 2.4 branch is being phased out and will no longer receive servicing/security updates. Staying on 2.4.18 leaves QUIC/HTTP3 consumers on an unsupported native dependency, missing bug and security fixes shipped in the actively supported 2.5 branch. # Regression No. This is a native dependency version update, not a regression fix. # Testing Standard CI (System.Net.Quic and HTTP/3 test suites) against the updated MsQuic package. # Risk Low. Single version-property change consuming an already-shipping, actively-supported MsQuic 2.5.x package. 2.5 is the currently supported servicing branch for MsQuic. > [!NOTE] > This PR was generated with the assistance of GitHub Copilot. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…130356) # Description Backport of #130173. Updates MsQuic from 2.4.18 to the latest supported 2.5 release (2.5.9) by bumping `MicrosoftNativeQuicMsQuicSchannelVersion` in `eng/Versions.props`. main PR #130173 # Customer Impact The MsQuic 2.4 branch is being phased out and will no longer receive servicing/security updates. Staying on 2.4.18 leaves QUIC/HTTP3 consumers on an unsupported native dependency, missing bug and security fixes shipped in the actively supported 2.5 branch. # Regression No. This is a native dependency version update, not a regression fix. # Testing Standard CI (System.Net.Quic and HTTP/3 test suites) against the updated MsQuic package. # Risk Low. Single version-property change consuming an already-shipping, actively-supported MsQuic 2.5.x package. 2.5 is the currently supported servicing branch for MsQuic. > [!NOTE] > This PR was generated with the assistance of GitHub Copilot. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
# Description Backport of #130173. Updates MsQuic from 2.4.18 to the latest supported 2.5 release (2.5.9) by bumping `MicrosoftNativeQuicMsQuicSchannelVersion` in `eng/Versions.props`. main PR #130173 # Customer Impact The MsQuic 2.4 branch is being phased out and will no longer receive servicing/security updates. Staying on 2.4.18 leaves QUIC/HTTP3 consumers on an unsupported native dependency, missing bug and security fixes shipped in the actively supported 2.5 branch. # Regression No. This is a native dependency version update, not a regression fix. # Testing Standard CI (System.Net.Quic and HTTP/3 test suites) against the updated MsQuic package. # Risk Low. Single version-property change consuming an already-shipping, actively-supported MsQuic 2.5.x package. 2.5 is the currently supported servicing branch for MsQuic. > [!NOTE] > This PR was generated with the assistance of GitHub Copilot. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
No description provided.