Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the erroneous TargetRuntime causing a warning in VS (#8895)
## 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 c33883d, 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.
- Loading branch information