From 7b37eba0f9738c2e5b4ebc0b9128ffbed83e1ad8 Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Thu, 11 Jul 2024 03:34:17 -0700 Subject: [PATCH] [PTRun]Don't apply title bar fix to Windows build 22000 to avoid crash (#33687) --- Directory.Build.props | 2 +- src/common/Common.UI/OSVersionHelper.cs | 5 +++++ .../launcher/PowerLauncher/ViewModel/MainViewModel.cs | 4 +++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index da2760b068..2226bab418 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -85,7 +85,7 @@ false - 202406130737 + 202407100737