From 3061c2f0090176ad928504a584e5195ab019537a Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 21 Nov 2023 10:59:29 -0500 Subject: [PATCH] Reenable .NET Framework 4.0 --- BinaryObjectScanner/BinaryObjectScanner.csproj | 5 ++--- Test/Test.csproj | 10 ++-------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/BinaryObjectScanner/BinaryObjectScanner.csproj b/BinaryObjectScanner/BinaryObjectScanner.csproj index 46b887fe..dfd267d9 100644 --- a/BinaryObjectScanner/BinaryObjectScanner.csproj +++ b/BinaryObjectScanner/BinaryObjectScanner.csproj @@ -2,9 +2,10 @@ - net452;net462;net472;net48;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0 + net40;net452;net462;net472;net48;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0 win-x86;win-x64;win-arm64;linux-x64;linux-arm64;osx-x64;osx-arm64 true + false latest enable true @@ -57,8 +58,6 @@ - - diff --git a/Test/Test.csproj b/Test/Test.csproj index 9f7a17bf..e7b899f3 100644 --- a/Test/Test.csproj +++ b/Test/Test.csproj @@ -1,9 +1,10 @@  - net452;net462;net472;net48;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0 + net40;net452;net462;net472;net48;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0 win-x86;win-x64;win-arm64;linux-x64;linux-arm64;osx-x64;osx-arm64 Exe + false latest enable true @@ -14,13 +15,6 @@ - - - - - - -