diff --git a/eng/Versions.props b/eng/Versions.props
index 21ea752388..4abd1887f1 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -32,7 +32,7 @@
1.6.05.3.0
- 0.5.0
+ 0.8.04.8.34.3.0
diff --git a/src/TestFramework/Extension.WinUI/UITestMethodAttribute.cs b/src/TestFramework/Extension.WinUI/UITestMethodAttribute.cs
index db1d3002d2..839a9d84eb 100644
--- a/src/TestFramework/Extension.WinUI/UITestMethodAttribute.cs
+++ b/src/TestFramework/Extension.WinUI/UITestMethodAttribute.cs
@@ -12,10 +12,10 @@ namespace Microsoft.VisualStudio.TestTools.UnitTesting.AppContainer
public class UITestMethodAttribute : TestMethodAttribute
{
///
- /// Gets or sets the that should be used to invoke the UITestMethodAttribute.
+ /// Gets or sets the that should be used to invoke the UITestMethodAttribute.
/// If none is provided, it will try to use the Microsoft.UI.Xaml.Window.Current.DispatcherQueue, which only works on UWP.
///
- public static Microsoft.System.DispatcherQueue DispatcherQueue { get; set; }
+ public static Microsoft.UI.Dispatching.DispatcherQueue DispatcherQueue { get; set; }
///
/// Executes the test method on the UI Thread.
@@ -59,7 +59,7 @@ public override TestResult[] Execute(ITestMethod testMethod)
{
var taskCompletionSource = new global::System.Threading.Tasks.TaskCompletionSource