Skip to content

Commit 1d6f595

Browse files
committed
升级到.net core 2.1
1 parent eae1132 commit 1d6f595

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

CnBlogPublishTool/CnBlogPublishTool.csproj

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
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>

0 commit comments

Comments
 (0)