Skip to content

Commit 9b01208

Browse files
author
Сергей Трегуб
committed
Add the initial version of dotnet projects template
1 parent 4451812 commit 9b01208

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"$schema": "http://json.schemastore.org/template",
3+
"author": "Sergey Tregub",
4+
"classifications": [ "Web", "WebAPI" ],
5+
"name": "ASP.Net Core RESTful Service",
6+
"identity": "DrWatson1.ProjectTemplate.ASP.Net.Core.WebAPI",
7+
"groupIdentity": "DrWatson1.ProjectTemplate",
8+
"shortName": "rest-api",
9+
"tags": {
10+
"language": "C#",
11+
"type": "project"
12+
},
13+
"sourceName": "ReferenceProject",
14+
"preferNameDirectory": true
15+
}

ProjectTemplates/ReferenceProject/ReferenceProject.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
<None Remove="wwwroot\**" />
3131
</ItemGroup>
3232

33+
<ItemGroup>
34+
<Content Include=".template.config\template.json" />
35+
</ItemGroup>
36+
3337
<ItemGroup>
3438
<PackageReference Include="Autofac.Configuration" Version="6.0.0" />
3539
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="7.1.0" />

0 commit comments

Comments
 (0)