[PR #13761] [1.14] Update the MUX package to 2.7.3 #29762

Open
opened 2026-01-31 09:36:45 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/13761

State: closed
Merged: Yes


Does two things:

  • the first two commits: shakes up the way we reference MUX in our projects so we can actually just
    <PropertyGroup Label="NuGet Dependencies">
      <TerminalMUX>true</TerminalMUX>
    </PropertyGroup>
    
    Like every other dependency we have
  • the last commit: update to MUX.2.7.3

This is the 1.14 PR, which should be appropriately cherry-picked through to release-1.15 and main

**Original Pull Request:** https://github.com/microsoft/terminal/pull/13761 **State:** closed **Merged:** Yes --- Does two things: * the first two commits: shakes up the way we reference MUX in our projects so we can actually just ```xml <PropertyGroup Label="NuGet Dependencies"> <TerminalMUX>true</TerminalMUX> </PropertyGroup> ``` Like every other dependency we have * the last commit: update to MUX.2.7.3 This is the 1.14 PR, which should be appropriately cherry-picked through to `release-1.15` and `main`
claunia added the pull-request label 2026-01-31 09:36:45 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#29762