Skip to content

Commit faaa6a5

Browse files
committed
Update nuget.csproj
1 parent 5e16dfa commit faaa6a5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

nuget.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net5.0</TargetFramework>
3+
<TargetFramework>net6.0</TargetFramework>
44
<IncludeContentInPack>true</IncludeContentInPack>
55
<IncludeBuildOutput>false</IncludeBuildOutput>
66
<ContentTargetFolders>content</ContentTargetFolders>
@@ -17,15 +17,15 @@
1717

1818
<PropertyGroup>
1919
<PackageType>Template</PackageType>
20-
<Version>5.0.6</Version>
20+
<Version>6.0.3</Version>
2121
<PackageId>AspNetCoreTemplate</PackageId>
2222
<Title>ASP.NET Core Template</Title>
2323
<Company>Nikolay.IT</Company>
2424
<Authors>Nikolay.IT</Authors>
25-
<Copyright>Nikolay.IT © 2017-2021</Copyright>
26-
<Description>A ready-to-use template for ASP.NET Core 5 with repositories, services, models mapping, DI and StyleCop warnings fixed.</Description>
25+
<Copyright>Nikolay.IT © 2017-2022</Copyright>
26+
<Description>A ready-to-use template for ASP.NET Core 6 with repositories, services, models mapping, DI and StyleCop warnings fixed.</Description>
2727
<PackageTags>c#;asp.net;core;template;web</PackageTags>
28-
<PackageCopyright>Nikolay.IT © 2017-2021</PackageCopyright>
28+
<PackageCopyright>Nikolay.IT © 2017-2022</PackageCopyright>
2929
<PackageProjectUrl>https://github.com/NikolayIT/ASP.NET-Core-Template</PackageProjectUrl>
3030
<PackageLicenseExpression>MIT</PackageLicenseExpression>
3131
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)