From 91f50384d48b6cb575080793a9be7602518df167 Mon Sep 17 00:00:00 2001 From: Ivan Matkov Date: Mon, 29 Jan 2018 14:06:03 +0300 Subject: [PATCH] Fix UWP test compilation --- Tests/Microsoft.AppCenter.Test.UWP/AppCenterTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Microsoft.AppCenter.Test.UWP/AppCenterTest.cs b/Tests/Microsoft.AppCenter.Test.UWP/AppCenterTest.cs index 0130dedad..46da85e11 100644 --- a/Tests/Microsoft.AppCenter.Test.UWP/AppCenterTest.cs +++ b/Tests/Microsoft.AppCenter.Test.UWP/AppCenterTest.cs @@ -44,7 +44,7 @@ namespace Microsoft.AppCenter.Test.UWP [TestMethod] public void VerifyPlatformId() { - CoreApplication.MainView.Dispatcher.RunAsync(Windows.UI.Core.CoreDispatcherPriority.Normal, () => + CoreApplication.MainView.Dispatcher.RunAsync(global::Windows.UI.Core.CoreDispatcherPriority.Normal, () => { AppCenter.Configure("uwp=appsecret"); }).AsTask().GetAwaiter().GetResult();