Skip to content

Commit 866570a

Browse files
Update template precedence (#44479)
1 parent a8c286a commit 866570a

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

src/ProjectTemplates/Web.Client.ItemTemplates/content/Less/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"generatorVersions": "[1.0.0.0-*)",
77
"description": "LESS is a language that compiles into CSS",
88
"groupIdentity": "Microsoft.DotNet.Web.ClientItems.Less",
9-
"precedence": "100",
9+
"precedence": "700",
1010
"identity": "Microsoft.DotNet.Web.ClientItems.Less.7.0",
1111
"shortName": "less",
1212
"sourceName": "styleSheet1",

src/ProjectTemplates/Web.Client.ItemTemplates/content/Scss/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"generatorVersions": "[1.0.0.0-*)",
77
"description": "SCSS is a language that compiles into CSS",
88
"groupIdentity": "Microsoft.DotNet.Web.ClientItems.Scss",
9-
"precedence": "100",
9+
"precedence": "700",
1010
"identity": "Microsoft.DotNet.Web.ClientItems.Scss.7.0",
1111
"shortName": "scss",
1212
"sourceName": "styleSheet1",

src/ProjectTemplates/Web.Client.ItemTemplates/content/TypeScript/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"generatorVersions": "[1.0.0.0-*)",
77
"description": "A blank TypeScript source file",
88
"groupIdentity": "Microsoft.DotNet.Web.ClientItems.TypeScript",
9-
"precedence": "100",
9+
"precedence": "700",
1010
"identity": "Microsoft.DotNet.Web.ClientItems.TypeScript.7.0",
1111
"shortName": "tsfile",
1212
"sourceName": "file1",

src/ProjectTemplates/Web.ItemTemplates/content/Protobuf/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"type": "item"
1414
},
1515
"groupIdentity": "Microsoft.Web.Grpc.Protobuf",
16-
"precedence": "600",
16+
"precedence": "700",
1717
"identity": "Microsoft.Web.Grpc.Protobuf.7.0",
1818
"shortname": "proto",
1919
"sourceName": "protobuf",

src/ProjectTemplates/Web.ItemTemplates/content/RazorComponent/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"type": "item"
1414
},
1515
"groupIdentity": "Microsoft.AspNetCore.Components.RazorComponent",
16-
"precedence": "600",
16+
"precedence": "700",
1717
"identity": "Microsoft.AspNetCore.Components.RazorComponent.7.0",
1818
"shortname": "razorcomponent",
1919
"sourceName": "Component1",

src/ProjectTemplates/Web.ItemTemplates/content/RazorPage/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "item"
1111
},
1212
"groupIdentity": "Microsoft.AspNetCore.Mvc.RazorPage",
13-
"precedence": "600",
13+
"precedence": "700",
1414
"identity": "Microsoft.AspNetCore.Mvc.RazorPage.7.0",
1515
"shortName": "page",
1616
"sourceName": "Index",

src/ProjectTemplates/Web.ItemTemplates/content/ViewImports/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "item"
1111
},
1212
"groupIdentity": "Microsoft.AspNetCore.Mvc.ViewImports",
13-
"precedence": "600",
13+
"precedence": "700",
1414
"identity": "Microsoft.AspNetCore.Mvc.ViewImports.7.0",
1515
"shortName": "viewimports",
1616
"sourceName": "ignoreme",

src/ProjectTemplates/Web.ItemTemplates/content/ViewStart/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "item"
1111
},
1212
"groupIdentity": "Microsoft.AspNetCore.Mvc.ViewStart",
13-
"precedence": "600",
13+
"precedence": "700",
1414
"identity": "Microsoft.AspNetCore.Mvc.ViewStart.7.0",
1515
"shortName": "viewstart",
1616
"sourceName": "ignoreme",

0 commit comments

Comments
 (0)