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 +