|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 | <PropertyGroup>
|
3 |
| - <TargetFramework>net5.0</TargetFramework> |
| 3 | + <TargetFramework>net6.0</TargetFramework> |
4 | 4 | <IncludeContentInPack>true</IncludeContentInPack>
|
5 | 5 | <IncludeBuildOutput>false</IncludeBuildOutput>
|
6 | 6 | <ContentTargetFolders>content</ContentTargetFolders>
|
|
17 | 17 |
|
18 | 18 | <PropertyGroup>
|
19 | 19 | <PackageType>Template</PackageType>
|
20 |
| - <Version>5.0.6</Version> |
| 20 | + <Version>6.0.3</Version> |
21 | 21 | <PackageId>AspNetCoreTemplate</PackageId>
|
22 | 22 | <Title>ASP.NET Core Template</Title>
|
23 | 23 | <Company>Nikolay.IT</Company>
|
24 | 24 | <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> |
27 | 27 | <PackageTags>c#;asp.net;core;template;web</PackageTags>
|
28 |
| - <PackageCopyright>Nikolay.IT © 2017-2021</PackageCopyright> |
| 28 | + <PackageCopyright>Nikolay.IT © 2017-2022</PackageCopyright> |
29 | 29 | <PackageProjectUrl>https://github.com/NikolayIT/ASP.NET-Core-Template</PackageProjectUrl>
|
30 | 30 | <PackageLicenseExpression>MIT</PackageLicenseExpression>
|
31 | 31 | <RepositoryType>git</RepositoryType>
|
|
0 commit comments