-
-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
20 additions
and
19 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,34 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<PackageType>Template</PackageType> | ||
<PackageVersion>1.0</PackageVersion> | ||
<PackageId>AspNetCoreTemplate</PackageId> | ||
<Title>ASP.NET-Core-Template</Title> | ||
<Authors>Nikolay Kostov</Authors> | ||
<Description>A ready-to-use template for ASP.NET Core with repositories, services, models mapping, DI and StyleCop warnings fixed.</Description> | ||
<TargetFramework>netcoreapp3.1</TargetFramework> | ||
|
||
<IncludeContentInPack>true</IncludeContentInPack> | ||
<IncludeBuildOutput>false</IncludeBuildOutput> | ||
<ContentTargetFolders>content</ContentTargetFolders> | ||
<EnableDefaultItems>false</EnableDefaultItems> | ||
<NoDefaultExcludes>true</NoDefaultExcludes> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild> | ||
<PackageOutputPath>./ASP.NET Core Template</PackageOutputPath> | ||
|
||
<PackageTags>c#;asp.net;core;template</PackageTags> | ||
<PackageCopyright>Nikolay Kostov</PackageCopyright> | ||
<PackageProjectUrl>https://github.com/NikolayIT/ASP.NET-Core-Template</PackageProjectUrl> | ||
<PackageOutputPath>.</PackageOutputPath> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<Content Include="templates\**\*" Exclude="templates\**\bin\**;templates\**\obj\**" /> | ||
<Content Include="src\**\*" Exclude="src\**\bin\**;src\**\obj\**" /> | ||
<Compile Remove="**\*" /> | ||
</ItemGroup> | ||
|
||
|
||
<PropertyGroup> | ||
<PackageType>Template</PackageType> | ||
<Version>1.0.0</Version> | ||
<PackageId>AspNetCoreTemplate</PackageId> | ||
<Title>ASP.NET Core Template</Title> | ||
<Company>Nikolay.IT</Company> | ||
<Authors>Nikolay.IT</Authors> | ||
<Copyright>Nikolay.IT © 2020</Copyright> | ||
<Description>A ready-to-use template for ASP.NET Core with repositories, services, models mapping, DI and StyleCop warnings fixed.</Description> | ||
<PackageTags>c#;asp.net;core;template;web</PackageTags> | ||
<PackageCopyright>Nikolay.IT © 2020</PackageCopyright> | ||
<PackageProjectUrl>https://github.com/NikolayIT/ASP.NET-Core-Template</PackageProjectUrl> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<RepositoryType>git</RepositoryType> | ||
<RepositoryUrl>https://github.com/NikolayIT/ASP.NET-Core-Template</RepositoryUrl> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters