Skip to content

Commit 9bb9d9c

Browse files
committed
Version 10.0.1
1 parent 299701c commit 9bb9d9c

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>net7.0</TargetFramework>
3+
<TargetFramework>net10.0</TargetFramework>
44
<IncludeContentInPack>true</IncludeContentInPack>
55
<IncludeBuildOutput>false</IncludeBuildOutput>
66
<ContentTargetFolders>content</ContentTargetFolders>
@@ -18,15 +18,15 @@
1818

1919
<PropertyGroup>
2020
<PackageType>Template</PackageType>
21-
<Version>7.0.3</Version>
21+
<Version>10.0.1</Version>
2222
<PackageId>AspNetCoreTemplate</PackageId>
2323
<Title>ASP.NET Core Template</Title>
2424
<Company>Nikolay.IT</Company>
2525
<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>
2828
<PackageTags>c#;asp.net;core;template;web</PackageTags>
29-
<PackageCopyright>Nikolay.IT © 2017-2023</PackageCopyright>
29+
<PackageCopyright>Nikolay.IT © 2017-2026</PackageCopyright>
3030
<PackageProjectUrl>https://github.com/NikolayIT/ASP.NET-Core-Template</PackageProjectUrl>
3131
<PackageLicenseExpression>MIT</PackageLicenseExpression>
3232
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)