Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"$schema": "http://json.schemastore.org/template",
"author": "Contoso",
"classifications": [ "Console" ],
"classifications": [ "Console" ],
"name": "Contoso Sample 01",
"identity": "MyProject.01.Sample.CSharp",
"groupIdentity":"MyProject.01.Sample",
"shortName": "sample01", // You can create the project using this short name instead of the one above.
"identity": "MyProject.01.Sample.CSharp",
"groupIdentity": "MyProject.01.Sample",
"shortName": "sample01", // You can create the project using this short name instead of the one above.
"tags": {
"language": "C#", // Specify that this template is in C#.
"type":"project"
"language": "C#", // Specify that this template is in C#.
"type": "project"
},
"sourceName": "MyProject.Con", // Will replace the string 'MyProject.StarterWeb' with the value provided via -n.
"preferNameDirectory":true
"sourceName": "MyProject.Con", // Will replace the string 'MyProject.Con' with the value provided via -n.
"preferNameDirectory": true
}
Loading