11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFramework >net8.0</TargetFramework >
4+ <IsPackable >true</IsPackable >
45
5- <PackageType >Template</PackageType >
66 <PackageVersion >1.2</PackageVersion >
7+
8+ <Title >Simplify.Web project templates</Title >
9+ <Description >The Simplify.Web web framework project templates collection.</Description >
10+ <Authors >Alexander Krylkov</Authors >
11+ <Copyright >Licensed under LGPL</Copyright >
12+ <PackageLicenseFile >LICENSE.txt</PackageLicenseFile >
13+ <PackageType >Template</PackageType >
714 <PackageId >Simplify.Web.Templates</PackageId >
8- <IsPackable >true</IsPackable >
915 <PackageProjectUrl >https://github.com/SimplifyNet/Simplify.Web.Templates</PackageProjectUrl >
1016 <PackageIcon >icon.png</PackageIcon >
1117 <RepositoryUrl >https://github.com/SimplifyNet/Simplify.Web.Templates</RepositoryUrl >
1218 <RepositoryType >GIT</RepositoryType >
13-
14- <Title >Simplify.Web project templates</Title >
15- <Authors >Alexander Krylkov</Authors >
16- <Description >The Simplify.Web web framework project templates collection.</Description >
1719 <Tags >templates;simplify-web;web</Tags >
1820
1921 <PackageReleaseNotes >See https://github.com/SimplifyNet/Simplify.Web.Templates/blob/master/CHANGELOG.md for details</PackageReleaseNotes >
2931 <ItemGroup >
3032 <None Include =" ..\images\icon.png" Pack =" true" Visible =" false" PackagePath =" " />
3133 <None Include =" CHANGELOG.md" Pack =" true" PackagePath =" \" />
34+ <None Include =" ..\..\LICENSE.txt" Pack =" true" PackagePath =" \" />
3235 </ItemGroup >
3336</Project >
0 commit comments