diff --git a/.gitignore b/.gitignore index 56ac163..ca7731c 100644 --- a/.gitignore +++ b/.gitignore @@ -327,3 +327,5 @@ ASALocalRun/ # MFractors (Xamarin productivity tool) working folder .mfractor/ + +.vscode/ diff --git a/src/AK.PfxTool.csproj b/src/AK.PfxTool.csproj index 29cad07..c33474b 100644 --- a/src/AK.PfxTool.csproj +++ b/src/AK.PfxTool.csproj @@ -1,14 +1,14 @@ - + Exe - netcoreapp2.2 + netcoreapp3.1 AK.PfxTool pfxtool - 1.0.0 + 1.0.1 pfxtool true true - 1.0.0 + 1.0.1 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..931cdbc 100644 --- a/test/AK.PfxTool.Tests.csproj +++ b/test/AK.PfxTool.Tests.csproj @@ -1,6 +1,6 @@ - netcoreapp2.2 + netcoreapp3.1 false