diff --git a/dotnet-template-samples/content/01-basic-template/MyProject.Con/.template.config/template.json b/dotnet-template-samples/content/01-basic-template/MyProject.Con/.template.config/template.json index 8b0abaae316..bdfb43b2523 100644 --- a/dotnet-template-samples/content/01-basic-template/MyProject.Con/.template.config/template.json +++ b/dotnet-template-samples/content/01-basic-template/MyProject.Con/.template.config/template.json @@ -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 }