[PR #8895] Fix the erroneous TargetRuntime causing a warning in VS #27328

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

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

State: closed
Merged: Yes


Summary of the Pull Request

Apparently, we don't need this TargetRuntime. That's what was causing VS to think that we were a C# project, and give us that warning. This is the solution we got from the owner of the .wapproj plugin.

References

PR Checklist

Build and ran it fine. Changed TermControl, built and ran it fine. Now let's hope CI likes it.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/8895 **State:** closed **Merged:** Yes --- ## Summary of the Pull Request Apparently, we don't need this `TargetRuntime`. That's what was causing VS to think that we were a C# project, and give us that warning. This is the solution we got from the owner of the `.wapproj` plugin. ## References * Introduced in c33883d8520e2efee233d4af0addff0775327e22, in PR #8062 ## PR Checklist * [x] Closes #8301 * [x] I work here Build and ran it fine. Changed TermControl, built and ran it fine. Now let's hope CI likes it.
claunia added the pull-request label 2026-01-31 09:21:21 +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#27328