Fix runner crashing on launching Keyboard Manager UI (#6185)

* Added maxVersionTested back to the manifest

* Updated comment with link to docs
This commit is contained in:
Arjun Balgovind 2020-08-26 15:57:25 -07:00 committed by GitHub
parent cb52cb2549
commit 07dfa6f296
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,8 @@
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!-- Required for C++ XAML Islands projects that execute from runner (i.e. Keyboard Manager). More details at https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/host-standard-control-with-xaml-islands-cpp#create-a-desktop-application-project -->
<maxversiontested Id="10.0.18362.0"/>
</application>
</compatibility>
</assembly>