Skip to content

Commit dfb823d

Browse files
committed
Merge in 'release/7.0-rc2' changes
2 parents 2229442 + e749fd4 commit dfb823d

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
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
@@ -7,7 +7,7 @@
77
"description": "LESS is a language that compiles into CSS",
88
"groupIdentity": "Microsoft.DotNet.Web.ClientItems.Less",
99
"precedence": "100",
10-
"identity": "Microsoft.DotNet.Web.ClientItems.Less",
10+
"identity": "Microsoft.DotNet.Web.ClientItems.Less.7.0",
1111
"shortName": "less",
1212
"sourceName": "styleSheet1",
1313
"tags": {

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
@@ -7,7 +7,7 @@
77
"description": "SCSS is a language that compiles into CSS",
88
"groupIdentity": "Microsoft.DotNet.Web.ClientItems.Scss",
99
"precedence": "100",
10-
"identity": "Microsoft.DotNet.Web.ClientItems.Scss",
10+
"identity": "Microsoft.DotNet.Web.ClientItems.Scss.7.0",
1111
"shortName": "scss",
1212
"sourceName": "styleSheet1",
1313
"tags": {

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
@@ -7,7 +7,7 @@
77
"description": "A blank TypeScript source file",
88
"groupIdentity": "Microsoft.DotNet.Web.ClientItems.TypeScript",
99
"precedence": "100",
10-
"identity": "Microsoft.DotNet.Web.ClientItems.TypeScript",
10+
"identity": "Microsoft.DotNet.Web.ClientItems.TypeScript.7.0",
1111
"shortName": "tsfile",
1212
"sourceName": "file1",
1313
"tags": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"language": "",
1313
"type": "item"
1414
},
15-
"groupIdentity": "Microsoft.Web.Grpc.Protobuf.6.0",
15+
"groupIdentity": "Microsoft.Web.Grpc.Protobuf",
1616
"precedence": "600",
17-
"identity": "Microsoft.Web.Grpc.Protobuf",
17+
"identity": "Microsoft.Web.Grpc.Protobuf.7.0",
1818
"shortname": "proto",
1919
"sourceName": "protobuf",
2020
"primaryOutputs": [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"groupIdentity": "Microsoft.AspNetCore.Components.RazorComponent",
1616
"precedence": "600",
17-
"identity": "Microsoft.AspNetCore.Components.RazorComponent.6.0",
17+
"identity": "Microsoft.AspNetCore.Components.RazorComponent.7.0",
1818
"shortname": "razorcomponent",
1919
"sourceName": "Component1",
2020
"primaryOutputs": [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"groupIdentity": "Microsoft.AspNetCore.Mvc.RazorPage",
1313
"precedence": "600",
14-
"identity": "Microsoft.AspNetCore.Mvc.RazorPage.6.0",
14+
"identity": "Microsoft.AspNetCore.Mvc.RazorPage.7.0",
1515
"shortName": "page",
1616
"sourceName": "Index",
1717
"primaryOutputs": [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"groupIdentity": "Microsoft.AspNetCore.Mvc.ViewImports",
1313
"precedence": "600",
14-
"identity": "Microsoft.AspNetCore.Mvc.ViewImports.6.0",
14+
"identity": "Microsoft.AspNetCore.Mvc.ViewImports.7.0",
1515
"shortName": "viewimports",
1616
"sourceName": "ignoreme",
1717
"primaryOutputs": [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"groupIdentity": "Microsoft.AspNetCore.Mvc.ViewStart",
1313
"precedence": "600",
14-
"identity": "Microsoft.AspNetCore.Mvc.ViewStart.6.0",
14+
"identity": "Microsoft.AspNetCore.Mvc.ViewStart.7.0",
1515
"shortName": "viewstart",
1616
"sourceName": "ignoreme",
1717
"primaryOutputs": [

0 commit comments

Comments
 (0)