|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 | <PropertyGroup> |
3 | | - <TargetFramework>net7.0</TargetFramework> |
| 3 | + <TargetFramework>net10.0</TargetFramework> |
4 | 4 | <IncludeContentInPack>true</IncludeContentInPack> |
5 | 5 | <IncludeBuildOutput>false</IncludeBuildOutput> |
6 | 6 | <ContentTargetFolders>content</ContentTargetFolders> |
|
18 | 18 |
|
19 | 19 | <PropertyGroup> |
20 | 20 | <PackageType>Template</PackageType> |
21 | | - <Version>7.0.3</Version> |
| 21 | + <Version>10.0.1</Version> |
22 | 22 | <PackageId>AspNetCoreTemplate</PackageId> |
23 | 23 | <Title>ASP.NET Core Template</Title> |
24 | 24 | <Company>Nikolay.IT</Company> |
25 | 25 | <Authors>Nikolay.IT</Authors> |
26 | | - <Copyright>Nikolay.IT © 2017-2023</Copyright> |
27 | | - <Description>A ready-to-use template for ASP.NET Core 6 with repositories, services, models mapping, DI and StyleCop warnings fixed.</Description> |
| 26 | + <Copyright>Nikolay.IT © 2017-2026</Copyright> |
| 27 | + <Description>A ready-to-use template for ASP.NET Core 10 with repositories, services, models mapping, DI and StyleCop warnings fixed.</Description> |
28 | 28 | <PackageTags>c#;asp.net;core;template;web</PackageTags> |
29 | | - <PackageCopyright>Nikolay.IT © 2017-2023</PackageCopyright> |
| 29 | + <PackageCopyright>Nikolay.IT © 2017-2026</PackageCopyright> |
30 | 30 | <PackageProjectUrl>https://github.com/NikolayIT/ASP.NET-Core-Template</PackageProjectUrl> |
31 | 31 | <PackageLicenseExpression>MIT</PackageLicenseExpression> |
32 | 32 | <RepositoryType>git</RepositoryType> |
|
0 commit comments