Skip to content

Commit c9a3051

Browse files
author
Сергей Трегуб
committed
Remove redundunt options
1 parent dacd0ca commit c9a3051

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

ProjectTemplates/ReferenceProject/ReferenceProject.csproj

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,6 @@
2929
<None Remove="wwwroot\**" />
3030
</ItemGroup>
3131

32-
<PropertyGroup>
33-
<PackageType>Template</PackageType>
34-
<PackageVersion>2.6</PackageVersion>
35-
<PackageId>AdatumCorporation.Utility.Templates</PackageId>
36-
<Title>ASP.Net Core RESTful Service Template</Title>
37-
<Authors>Sergey Tregub</Authors>
38-
<Description>Project template to create production-ready RESTful service based on ASP.Net Core v3.1 or 5.0. It contains preconfigured DI-container, logging, CORS, some boilerplate code and other features</Description>
39-
<PackageTags>dotnet-new;templates;webapi;web;rest-api</PackageTags>
40-
41-
<IncludeContentInPack>true</IncludeContentInPack>
42-
<IncludeBuildOutput>false</IncludeBuildOutput>
43-
<ContentTargetFolders>content</ContentTargetFolders>
44-
</PropertyGroup>
45-
46-
<ItemGroup>
47-
<Content Include=".template.config\template.json" Exclude="**\bin\**;**\obj\**" />
48-
</ItemGroup>
49-
5032
<ItemGroup>
5133
<PackageReference Include="Autofac.Configuration" Version="6.0.0" />
5234
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="7.1.0" />

0 commit comments

Comments
 (0)