From 6524cab4e4c2fd05143a907b8e97667868639c32 Mon Sep 17 00:00:00 2001 From: Pepe Rivera Date: Tue, 30 Apr 2019 12:15:40 -0700 Subject: [PATCH] Update winui to 2.1 --- internal/Calculator.TestPackage/Calculator.TestPackage.csproj | 2 +- src/Calculator/Calculator.vcxproj | 4 ++-- src/Calculator/packages.config | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/internal/Calculator.TestPackage/Calculator.TestPackage.csproj b/internal/Calculator.TestPackage/Calculator.TestPackage.csproj index 2a3a29d2..85791283 100644 --- a/internal/Calculator.TestPackage/Calculator.TestPackage.csproj +++ b/internal/Calculator.TestPackage/Calculator.TestPackage.csproj @@ -123,7 +123,7 @@ @(AppxBundleOutput->'%(RootDir)%(Directory)') $(UniversalTestCustomMacros)AppxPackageVCLibsDependency=$(AppxPackageTestDir)Dependencies\$(PlatformTarget)\Microsoft.VCLibs.$(PlatformTarget).Debug.14.00.appx; $(UniversalTestCustomMacros)AppxPackageVCLibsDependency=$(AppxPackageTestDir)Dependencies\$(PlatformTarget)\Microsoft.VCLibs.$(PlatformTarget).14.00.appx; - $(UniversalTestCustomMacros)AppxPackageWinUIDependency=$(AppxPackageTestDir)Dependencies\$(PlatformTarget)\Microsoft.UI.Xaml.2.0.appx; + $(UniversalTestCustomMacros)AppxPackageWinUIDependency=$(AppxPackageTestDir)Dependencies\$(PlatformTarget)\Microsoft.UI.Xaml.2.1.appx; $(UniversalTestCustomMacros)AppxPackagePublicKeyFile=@(AppxPackagePublicKeyFile->'%(FullPath)');AppxBundleOutput=@(AppxBundleOutput->'%(FullPath)'); diff --git a/src/Calculator/Calculator.vcxproj b/src/Calculator/Calculator.vcxproj index 9a3bbeb3..208344c8 100644 --- a/src/Calculator/Calculator.vcxproj +++ b/src/Calculator/Calculator.vcxproj @@ -839,7 +839,7 @@ - + @@ -847,6 +847,6 @@ - + \ No newline at end of file diff --git a/src/Calculator/packages.config b/src/Calculator/packages.config index 3716522e..d41e98b7 100644 --- a/src/Calculator/packages.config +++ b/src/Calculator/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file