From 1be35d73ce8a92720f64519a9a68bb3e2794be7a Mon Sep 17 00:00:00 2001 From: Romfos Date: Tue, 24 Dec 2019 20:56:38 +0300 Subject: [PATCH] Added .NET Core 3.1 support --- src/AK.PfxTool.csproj | 14 +++++++------- test/AK.PfxTool.Tests.csproj | 11 +++++++---- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/src/AK.PfxTool.csproj b/src/AK.PfxTool.csproj index 29cad07..2e28e07 100644 --- a/src/AK.PfxTool.csproj +++ b/src/AK.PfxTool.csproj @@ -1,14 +1,14 @@ - + Exe - netcoreapp2.2 + netcoreapp3.1;netcoreapp2.2 AK.PfxTool pfxtool - 1.0.0 + 2.0.0 pfxtool true true - 1.0.0 + 2.0.0 Aashish Koirala Aashish Koirala PFX Tool @@ -25,8 +25,8 @@ https://pfxtool.aashishkoirala.com/assets/favicon.ico - - - + + + \ No newline at end of file diff --git a/test/AK.PfxTool.Tests.csproj b/test/AK.PfxTool.Tests.csproj index 656e792..2af992a 100644 --- a/test/AK.PfxTool.Tests.csproj +++ b/test/AK.PfxTool.Tests.csproj @@ -1,6 +1,6 @@ - netcoreapp2.2 + netcoreapp3.1;netcoreapp2.2 false @@ -12,9 +12,12 @@ - - - + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive +