Skip to content

Commit

Permalink
Update nuget.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayIT committed Mar 30, 2022
1 parent 5e16dfa commit faaa6a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions nuget.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<IncludeContentInPack>true</IncludeContentInPack>
<IncludeBuildOutput>false</IncludeBuildOutput>
<ContentTargetFolders>content</ContentTargetFolders>
Expand All @@ -17,15 +17,15 @@

<PropertyGroup>
<PackageType>Template</PackageType>
<Version>5.0.6</Version>
<Version>6.0.3</Version>
<PackageId>AspNetCoreTemplate</PackageId>
<Title>ASP.NET Core Template</Title>
<Company>Nikolay.IT</Company>
<Authors>Nikolay.IT</Authors>
<Copyright>Nikolay.IT © 2017-2021</Copyright>
<Description>A ready-to-use template for ASP.NET Core 5 with repositories, services, models mapping, DI and StyleCop warnings fixed.</Description>
<Copyright>Nikolay.IT © 2017-2022</Copyright>
<Description>A ready-to-use template for ASP.NET Core 6 with repositories, services, models mapping, DI and StyleCop warnings fixed.</Description>
<PackageTags>c#;asp.net;core;template;web</PackageTags>
<PackageCopyright>Nikolay.IT © 2017-2021</PackageCopyright>
<PackageCopyright>Nikolay.IT © 2017-2022</PackageCopyright>
<PackageProjectUrl>https://github.com/NikolayIT/ASP.NET-Core-Template</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit faaa6a5

Please sign in to comment.