[PR #2885] [MERGED] Retarget VtPipeTerm & terminalcore-lib to 18362 #25139

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/2885
Author: @skyline75489
Created: 9/25/2019
Status: Merged
Merged: 9/25/2019
Merged by: @miniksa

Base: masterHead: fix-target


📝 Commits (1)

  • fb8fd92 Retarget VtPipeTerm & terminalcore-lib to 18362

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 src/cascadia/TerminalCore/lib/terminalcore-lib.vcxproj (+1 -1)
📝 src/tools/vtpipeterm/VtPipeTerm.vcxproj (+1 -1)

📄 Description

Summary of the Pull Request

Retarget VtPipeTerm & terminalcore-lib to 18362. I'm not sure if we should also change the min SDK version. Let me know if it's needed.

Besides, the OpenConsolePackage appx target is still using lower SDK version

<TargetPlatformVersion>10.0.17763.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.17134.0</TargetPlatformMinVersion>

I wonder if it's intended so I left it intact.

References

PR Checklist


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/2885 **Author:** [@skyline75489](https://github.com/skyline75489) **Created:** 9/25/2019 **Status:** ✅ Merged **Merged:** 9/25/2019 **Merged by:** [@miniksa](https://github.com/miniksa) **Base:** `master` ← **Head:** `fix-target` --- ### 📝 Commits (1) - [`fb8fd92`](https://github.com/microsoft/terminal/commit/fb8fd92d526415506c6a6269d4a69e1004fa7510) Retarget VtPipeTerm & terminalcore-lib to 18362 ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalCore/lib/terminalcore-lib.vcxproj` (+1 -1) 📝 `src/tools/vtpipeterm/VtPipeTerm.vcxproj` (+1 -1) </details> ### 📄 Description ## Summary of the Pull Request Retarget VtPipeTerm & terminalcore-lib to 18362. I'm not sure if we should also change the min SDK version. Let me know if it's needed. Besides, the OpenConsolePackage appx target is still using lower SDK version ```xml <TargetPlatformVersion>10.0.17763.0</TargetPlatformVersion> <TargetPlatformMinVersion>10.0.17134.0</TargetPlatformMinVersion> ``` I wonder if it's intended so I left it intact. ## References ## PR Checklist * [X] Closes #2718 * [X] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Tests added/passed * [ ] Requires documentation to be updated * [ ] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:07:32 +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#25139