diff --git a/src/Uno.Templates/content/unoapp/MyExtensionsApp.1/Properties/launchSettings.json b/src/Uno.Templates/content/unoapp/MyExtensionsApp.1/Properties/launchSettings.json index cdb88c496..6122d12cd 100644 --- a/src/Uno.Templates/content/unoapp/MyExtensionsApp.1/Properties/launchSettings.json +++ b/src/Uno.Templates/content/unoapp/MyExtensionsApp.1/Properties/launchSettings.json @@ -30,19 +30,16 @@ }, //#endif //#if (useWinAppSdk) + "MyExtensionsApp.1 (WinAppSDK Packaged)": { + "commandName": "MsixPackage", + "compatibleTargetFramework": "windows" + }, //#if (!useMsalAuthentication) -//#if (useMobile) - // Note: In order to select this profile, you'll need to comment the `Packaged` profile below until this is fixed: https://aka.platform.uno/wasdk-maui-debug-profile-issue -//#endif "MyExtensionsApp.1 (WinAppSDK Unpackaged)": { "commandName": "Project", "compatibleTargetFramework": "windows" }, //#endif - "MyExtensionsApp.1 (WinAppSDK Packaged)": { - "commandName": "MsixPackage", - "compatibleTargetFramework": "windows" - }, //#endif //#if (useDesktop) "MyExtensionsApp.1 (Desktop)": {