Skip to content

Commit b9c91ec

Browse files
committed
fix(templatejson): path
1 parent a3fa4cf commit b9c91ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: template.json renamed to .template.config/template.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json.schemastore.org/template",
33
"author": "",
4-
"classifications": ["Web", "API", "DDD"],
4+
"classifications": ["Web", "API", "Clean-Architecture","REST"],
55
"identity": "",
66
"name": "Clean-Architecture-DotNet-RestAPI-Templatefile",
77
"shortName": "RestAPI-Template",
@@ -25,4 +25,4 @@
2525
"description": ""
2626
}
2727
}
28-
}
28+
}

Diff for: Clean-Architecture-DotNet-RestAPI-Templatefile.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "IntegrationTests", "Integra
2222
EndProject
2323
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".template.config", ".template.config", "{5DD0502A-F67F-441D-A989-E29AF3766B8D}"
2424
ProjectSection(SolutionItems) = preProject
25-
template.json = template.json
25+
template.json = .template.config\template.json
2626
EndProjectSection
2727
EndProject
2828
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Web.API.Client.IntegrationTests", "tests\Web.API.Client.IntegrationTests\Web.API.Client.IntegrationTests.csproj", "{53DE5F62-006D-43D8-8E1A-068EF5145AAF}"

0 commit comments

Comments
 (0)