File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >netcoreapp2.0</TargetFramework >
5+ <IsPackable >true</IsPackable >
6+ <PackAsTool >true</PackAsTool >
7+ <!-- Optional performance setting - enables tiered JIT compilation-->
8+ <TieredCompilation >true</TieredCompilation >
9+ <TargetFramework >netcoreapp2.1</TargetFramework >
610 <ApplicationIcon >program.ico</ApplicationIcon >
11+ <PackageId >dotnet-cnblog</PackageId >
12+ <Authors >stulzq</Authors >
13+ <Company >stulzq</Company >
14+ <Product >dotnet-cnblog</Product >
15+ <Description >Cnblogs Article Quick Release Tool.</Description >
16+ <Copyright >Copyright 2018 stulzq</Copyright >
17+ <PackageProjectUrl >https://github.com/stulzq/CnBlogPublishTool</PackageProjectUrl >
18+ <PackageLicenseUrl >https://github.com/stulzq/CnBlogPublishTool/blob/master/LICENSE</PackageLicenseUrl >
19+ <PackageTags >cnblogs</PackageTags >
20+ <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
721 </PropertyGroup >
822
923 <ItemGroup >
You can’t perform that action at this time.
0 commit comments