File tree Expand file tree Collapse file tree
ProjectTemplates/ReferenceProject Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments