From 2ab693facf58a5826f30380df8be401c3df19d85 Mon Sep 17 00:00:00 2001 From: ChsBuffer <33744752+chsbuffer@users.noreply.github.com> Date: Sat, 27 Mar 2021 16:26:18 +0800 Subject: [PATCH] Update TFM to net5.0-windows7 --- Interop.nfapinet/Interop.nfapinet.csproj | 2 +- Netch/Netch.csproj | 4 +--- SearchComboBox/SearchComboBox.csproj | 2 +- UnitTest/UnitTest.csproj | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Interop.nfapinet/Interop.nfapinet.csproj b/Interop.nfapinet/Interop.nfapinet.csproj index 957724de..21202604 100644 --- a/Interop.nfapinet/Interop.nfapinet.csproj +++ b/Interop.nfapinet/Interop.nfapinet.csproj @@ -1,7 +1,7 @@ - net48 + net5.0-windows7 latest true diff --git a/Netch/Netch.csproj b/Netch/Netch.csproj index 391fe08a..1b483784 100644 --- a/Netch/Netch.csproj +++ b/Netch/Netch.csproj @@ -2,7 +2,7 @@ WinExe - net48 + net5.0-windows7 true true false @@ -22,14 +22,12 @@ bin\x64\Debug\ DEBUG;TRACE - true false - true false diff --git a/SearchComboBox/SearchComboBox.csproj b/SearchComboBox/SearchComboBox.csproj index a5e18a3f..0832ddae 100644 --- a/SearchComboBox/SearchComboBox.csproj +++ b/SearchComboBox/SearchComboBox.csproj @@ -1,7 +1,7 @@  - net48 + net5.0-windows7 false AnyCPU true diff --git a/UnitTest/UnitTest.csproj b/UnitTest/UnitTest.csproj index 05a7f387..0412d9da 100644 --- a/UnitTest/UnitTest.csproj +++ b/UnitTest/UnitTest.csproj @@ -1,7 +1,7 @@  - net48 + net5.0-windows7 x64 true latest