fix(config): use supportedRuntimes instead of single runtime tag (UWT next)

This commit is contained in:
Michael Becker 2022-02-07 13:16:20 -05:00
parent 58418b635b
commit a65a3303e4
No known key found for this signature in database
GPG Key ID: 98C333A81F18C22C

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<application>
<runtime typeName="UniversalEditor.UserInterface.EditorApplication">
</runtime>
<application xmlns="urn:net.alcetech.schemas.Framework">
<supportedRuntimes>
<runtime typeName="UniversalEditor.UserInterface.EditorApplication" />
</supportedRuntimes>
</application>