From ea92e482777bf46845a965215e19eec1820f8bea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Su=C3=A1rez=20Ruiz?= Date: Thu, 29 Sep 2022 14:27:47 +0200 Subject: [PATCH] Added groupId to ResourceDictionary templates --- .../maui-resourcedictionary-xaml/.template.config/template.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/template.json b/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/template.json index ac3916ebc73d..33cb72827ec8 100644 --- a/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/template.json +++ b/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/template.json @@ -3,6 +3,7 @@ "author": "Microsoft", "classifications": [ "MAUI", "Android", "iOS", "macOS", "Mac Catalyst", "WinUI", "Xaml", "Code" ], "identity": "Microsoft.Maui.XamlResourceDictionary.DOTNET_TFM_VERSION_VALUE", + "groupIdentity": "Microsoft.Maui.XamlResourceDictionary", "precedence": "DOTNET_TFM_VERSION_MAJOR_VALUE", "name": ".NET MAUI ResourceDictionary (XAML)", "shortName": "maui-dict-xaml",