[Installer]Upgrade .net framework to 6.0.3 (#17051)

* Revert "[PTRun]Workaround fix tooltip crash on .net 6 (#16629)"

This reverts commit b4250c1235.

* Upgrade .net framework to 6.0.3
This commit is contained in:
Jaime Bernardo
2022-03-16 10:54:01 +00:00
committed by GitHub
parent d66fac3c3c
commit cfdaea4363
2 changed files with 10 additions and 10 deletions

View File

@@ -190,7 +190,7 @@
Width="642"
Background="Transparent"
ToolTipService.BetweenShowDelay="0"
ToolTipService.InitialShowDelay="0">
ToolTipService.InitialShowDelay="1000">
<Behaviors:Interaction.Triggers>
<Behaviors:EventTrigger EventName="MouseEnter">
<Behaviors:InvokeCommandAction Command="{Binding ActivateContextButtonsHoverCommand}"/>