From fc0a68a99ae318da7e1b830912fe58ba78ad76db Mon Sep 17 00:00:00 2001 From: Nick Randolph Date: Mon, 20 Mar 2023 12:04:48 +1100 Subject: [PATCH] fix: Removing WPF and LinuxFB from default platforms --- .../content/unoapp-extensions/.template.config/template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Uno.Extensions.Templates/content/unoapp-extensions/.template.config/template.json b/src/Uno.Extensions.Templates/content/unoapp-extensions/.template.config/template.json index 63c46bc4dd..8939de5466 100644 --- a/src/Uno.Extensions.Templates/content/unoapp-extensions/.template.config/template.json +++ b/src/Uno.Extensions.Templates/content/unoapp-extensions/.template.config/template.json @@ -169,7 +169,7 @@ "datatype": "choice", "enableQuotelessLiterals": true, "allowMultipleValues": true, - "defaultValue": "android|ios|maccatalyst|wasm|windows|wpf|gtk|linux-fb", + "defaultValue": "android|ios|maccatalyst|wasm|windows|gtk", "choices": [ { "choice": "android",