From 898e3d670646613017decc6ac99f400d32702ed8 Mon Sep 17 00:00:00 2001 From: Brice Lambson Date: Thu, 15 Sep 2022 14:44:07 -0700 Subject: [PATCH] Templates: Specify a groupIdentity for ef-templates --- .../templates/ef-templates/.template.config/template.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/EFCore.Templates/templates/ef-templates/.template.config/template.json b/src/EFCore.Templates/templates/ef-templates/.template.config/template.json index f6ee615fd2e..ec60ab37af7 100644 --- a/src/EFCore.Templates/templates/ef-templates/.template.config/template.json +++ b/src/EFCore.Templates/templates/ef-templates/.template.config/template.json @@ -3,6 +3,7 @@ "author": "Microsoft", "classifications": [ "EFCore", "Scaffolding" ], "identity": "Microsoft.EntityFrameworkCore.Templates.ef-templates", + "groupIdentity": "Microsoft.EntityFrameworkCore.Templates.ef-templates", "name": "Entity Framework Core Scaffolding Templates", "shortName": "ef-templates", "tags": {