From 2ab114a71f90e9415864bf7bf870a352fbd74e6f Mon Sep 17 00:00:00 2001 From: Matt Cooley Date: Wed, 13 Feb 2019 09:44:02 -0800 Subject: [PATCH] Update WinUI to 2.0.181018004 (#18) Update the Microsoft.UI.Xaml NuGet package to a new version. The ARM64 framework package in 2.0.181018003.1 had entries missing from its manifest, so the classes in the package couldn't be activated. --- src/Calculator/Calculator.vcxproj | 4 ++-- src/Calculator/packages.config | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Calculator/Calculator.vcxproj b/src/Calculator/Calculator.vcxproj index 1086d0c..7dd449e 100644 --- a/src/Calculator/Calculator.vcxproj +++ b/src/Calculator/Calculator.vcxproj @@ -840,7 +840,7 @@ - + @@ -848,6 +848,6 @@ - + \ No newline at end of file diff --git a/src/Calculator/packages.config b/src/Calculator/packages.config index 307d024..3716522 100644 --- a/src/Calculator/packages.config +++ b/src/Calculator/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file