Skip to content

Commit a2a3752

Browse files
committed
Update to .NET Core 3.1
1 parent 9663baf commit a2a3752

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CnBlogPublishTool/dotnet-cnblog.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PackAsTool>true</PackAsTool>
77
<!-- Optional performance setting - enables tiered JIT compilation-->
88
<TieredCompilation>true</TieredCompilation>
9-
<TargetFramework>netcoreapp2.1</TargetFramework>
9+
<TargetFramework>netcoreapp3.1</TargetFramework>
1010
<ApplicationIcon>program.ico</ApplicationIcon>
1111
<PackageId>dotnet-cnblog</PackageId>
1212
<Authors>stulzq</Authors>
@@ -18,13 +18,13 @@
1818
<PackageLicenseUrl>https://github.com/stulzq/CnBlogPublishTool/blob/master/LICENSE</PackageLicenseUrl>
1919
<PackageTags>cnblogs</PackageTags>
2020
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
21-
<Version>1.3.0</Version>
21+
<Version>1.3.1</Version>
2222
</PropertyGroup>
2323

2424
<ItemGroup>
2525
<PackageReference Include="MetaWeblogClient.Core" Version="1.1.0" />
26-
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
27-
<PackageReference Include="Polly" Version="6.0.1" />
26+
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
27+
<PackageReference Include="Polly" Version="7.2.0" />
2828
</ItemGroup>
2929

3030
<ItemGroup>

0 commit comments

Comments
 (0)