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.
5 lines
242 B
XML
5 lines
242 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<packages>
|
|
<package id="Microsoft.UI.Xaml" version="2.0.181018004" targetFramework="native" />
|
|
<package id="Microsoft.WindowsCalculator.PGO" version="1.0.2" targetFramework="native" />
|
|
</packages> |