From 16a84f0dc66f5a5e80747fc6fdac382f8570cd3c Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sun, 17 Apr 2022 13:10:55 -0700 Subject: [PATCH] .NET 6.0, .NET Standard 2.0, Cleanup --- NDecrypt.CMD/NDecrypt.CMD.csproj | 5 +---- NDecrypt/NDecrypt.csproj | 7 ++----- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/NDecrypt.CMD/NDecrypt.CMD.csproj b/NDecrypt.CMD/NDecrypt.CMD.csproj index dbdff69..a1836b2 100644 --- a/NDecrypt.CMD/NDecrypt.CMD.csproj +++ b/NDecrypt.CMD/NDecrypt.CMD.csproj @@ -2,10 +2,7 @@ Exe - net48;netcoreapp3.1;net5.0 - win10-x64;win7-x86 - Debug;Release - AnyCPU;x64 + net48;netcoreapp3.1;net5.0;net6.0 diff --git a/NDecrypt/NDecrypt.csproj b/NDecrypt/NDecrypt.csproj index e45ff1d..cb9bd37 100644 --- a/NDecrypt/NDecrypt.csproj +++ b/NDecrypt/NDecrypt.csproj @@ -1,14 +1,11 @@ - net48;netcoreapp3.1;net5.0 - win10-x64;win7-x86 - Debug;Release - AnyCPU;x64 + netstandard2.0 - +