Skip to content

Commit

Permalink
Version 7.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayIT committed Feb 25, 2023
1 parent 84a2355 commit aa8a348
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nuget.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<IncludeContentInPack>true</IncludeContentInPack>
<IncludeBuildOutput>false</IncludeBuildOutput>
<ContentTargetFolders>content</ContentTargetFolders>
Expand All @@ -17,15 +17,15 @@

<PropertyGroup>
<PackageType>Template</PackageType>
<Version>6.0.5</Version>
<Version>7.0.3</Version>
<PackageId>AspNetCoreTemplate</PackageId>
<Title>ASP.NET Core Template</Title>
<Company>Nikolay.IT</Company>
<Authors>Nikolay.IT</Authors>
<Copyright>Nikolay.IT © 2017-2022</Copyright>
<Copyright>Nikolay.IT © 2017-2023</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-2022</PackageCopyright>
<PackageCopyright>Nikolay.IT © 2017-2023</PackageCopyright>
<PackageProjectUrl>https://github.com/NikolayIT/ASP.NET-Core-Template</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit aa8a348

Please sign in to comment.