DesktopAppConverter Claims Restricted Capability Use

My apps are consistently being rejected for windows app store submission, apparently because the AppxManifest that DesktopAppConverter creates says they use restricted capabilities.

I have created a trivial Xojo app—just a window with a cancel button—and run it through the App Converter process and it gets the same restricted capabilities claims. Its only dll is XojoGUIFramework32.

<?xml version="1.0" encoding="UTF-8"?>

I know that DesktopAppConverter itself has been updated recently, so my question is:

Has anyone run an a xojo app through it in the past few weeks and gotten a result without restricted capabilities in the manifest?

It’s probably not Xojo related. I just did some updates last week with the original Manifest from the prior converter and did not have any issues with it.

Perhaps you can manually change the manifest to support the runFullTrust capabilities

[quote]<?xml version="1.0" encoding="utf-8"?>
[/quote]

[quote]
<rescap:Capability Name=“runFullTrust” />
[/quote]