From 336bd3825718e58bfe14c96574c79913cf2bf185 Mon Sep 17 00:00:00 2001 From: michael-hawker <24302614+michael-hawker@users.noreply.github.com> Date: Thu, 16 Sep 2021 10:47:34 -0700 Subject: [PATCH 1/2] Update to WinUI 2.7 --- .../Microsoft.Toolkit.Uwp.SampleApp.csproj | 2 +- SmokeTests/SmokeTest.csproj | 2 +- UnitTests/UnitTests.UWP/UnitTests.UWP.csproj | 2 +- build/Windows.Toolkit.UWP.Controls.targets | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Microsoft.Toolkit.Uwp.SampleApp/Microsoft.Toolkit.Uwp.SampleApp.csproj b/Microsoft.Toolkit.Uwp.SampleApp/Microsoft.Toolkit.Uwp.SampleApp.csproj index d48bda9a5..d828e47ae 100644 --- a/Microsoft.Toolkit.Uwp.SampleApp/Microsoft.Toolkit.Uwp.SampleApp.csproj +++ b/Microsoft.Toolkit.Uwp.SampleApp/Microsoft.Toolkit.Uwp.SampleApp.csproj @@ -111,7 +111,7 @@ --> - 2.6.2 + 2.7.0 0.7.0-alpha diff --git a/SmokeTests/SmokeTest.csproj b/SmokeTests/SmokeTest.csproj index 38793d4d4..c053fef07 100644 --- a/SmokeTests/SmokeTest.csproj +++ b/SmokeTests/SmokeTest.csproj @@ -111,7 +111,7 @@ - 2.6.2 + 2.7.0 diff --git a/UnitTests/UnitTests.UWP/UnitTests.UWP.csproj b/UnitTests/UnitTests.UWP/UnitTests.UWP.csproj index 20c6e4582..9796ac498 100644 --- a/UnitTests/UnitTests.UWP/UnitTests.UWP.csproj +++ b/UnitTests/UnitTests.UWP/UnitTests.UWP.csproj @@ -129,7 +129,7 @@ 6.2.12 - 2.6.2 + 2.7.0 2.2.5 diff --git a/build/Windows.Toolkit.UWP.Controls.targets b/build/Windows.Toolkit.UWP.Controls.targets index 5b8442b53..57fcc888a 100644 --- a/build/Windows.Toolkit.UWP.Controls.targets +++ b/build/Windows.Toolkit.UWP.Controls.targets @@ -5,7 +5,7 @@ - + From a4c5d1cbf5eb3c96b44b1b63c5278060edd6cdf8 Mon Sep 17 00:00:00 2001 From: michael-hawker <24302614+michael-hawker@users.noreply.github.com> Date: Thu, 16 Sep 2021 11:47:32 -0700 Subject: [PATCH 2/2] Update UI Test Dependencies --- UITests/UITests.Tests.TAEF/UITests.App.dependencies.Debug.txt | 2 +- UITests/UITests.Tests.TAEF/UITests.App.dependencies.Release.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/UITests/UITests.Tests.TAEF/UITests.App.dependencies.Debug.txt b/UITests/UITests.Tests.TAEF/UITests.App.dependencies.Debug.txt index 6b295d228..ef9ac6ab1 100644 --- a/UITests/UITests.Tests.TAEF/UITests.App.dependencies.Debug.txt +++ b/UITests/UITests.Tests.TAEF/UITests.App.dependencies.Debug.txt @@ -1,4 +1,4 @@ Microsoft.NET.CoreFramework.Debug.2.2.appx Microsoft.NET.CoreRuntime.2.2.appx -Microsoft.UI.Xaml.2.6.appx +Microsoft.UI.Xaml.2.7.appx Microsoft.VCLibs.x86.Debug.14.00.appx \ No newline at end of file diff --git a/UITests/UITests.Tests.TAEF/UITests.App.dependencies.Release.txt b/UITests/UITests.Tests.TAEF/UITests.App.dependencies.Release.txt index e4c6efce5..645488054 100644 --- a/UITests/UITests.Tests.TAEF/UITests.App.dependencies.Release.txt +++ b/UITests/UITests.Tests.TAEF/UITests.App.dependencies.Release.txt @@ -1,4 +1,4 @@ Microsoft.NET.Native.Framework.2.2.appx Microsoft.NET.Native.Runtime.2.2.appx -Microsoft.UI.Xaml.2.6.appx +Microsoft.UI.Xaml.2.7.appx Microsoft.VCLibs.x86.14.00.appx \ No newline at end of file