Hi,
To add support for my .NET app in Windows 11 I need to add the OS ID to app.manifest:
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!-- Windows 10 -->
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
</application>
</compatibility>
What's the OS ID for Windows 11 beta now?
Thanks.