diff --git a/src/Uno.Templates/content/unoapp/MyExtensionsApp._1.Windows/Properties/launchsettings.json b/src/Uno.Templates/content/unoapp/MyExtensionsApp._1.Windows/Properties/launchsettings.json index f361fe29..cdf80af9 100644 --- a/src/Uno.Templates/content/unoapp/MyExtensionsApp._1.Windows/Properties/launchsettings.json +++ b/src/Uno.Templates/content/unoapp/MyExtensionsApp._1.Windows/Properties/launchsettings.json @@ -1,10 +1,10 @@ { "profiles": { - "MyExtensionsApp._1.Windows (Package)": { - "commandName": "MsixPackage" - }, "MyExtensionsApp._1.Windows (Unpackaged)": { - "commandName": "Project" + "commandName": "Project" + }, + "MyExtensionsApp._1.Windows (Package)": { + "commandName": "MsixPackage" } } }