From 4c67234807793fa85681727c7facebed69dd46b5 Mon Sep 17 00:00:00 2001 From: MarvinKlein1508 Date: Wed, 28 Jan 2026 15:55:42 +0100 Subject: [PATCH] Fix wrong text in comment --- .../MyProject.Con/.template.config/template.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 }