From 683f6e7a9df1a45fa3baf2ba6ee5ac312e2ee8b1 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Mon, 1 Jan 2024 18:10:07 +0800 Subject: [PATCH] up .net 8 --- clashN/clashN/clashN.csproj | 22 +++++++++++----------- clashN/clashUpgrade/clashUpgrade.csproj | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/clashN/clashN/clashN.csproj b/clashN/clashN/clashN.csproj index f8a493a..1df4ddb 100644 --- a/clashN/clashN/clashN.csproj +++ b/clashN/clashN/clashN.csproj @@ -2,32 +2,32 @@ WinExe - net6.0-windows + net8.0-windows enable true app.manifest enable ClashN.ico - Copyright © 2019-2023 (GPLv3) + Copyright © 2019-2024 (GPLv3) 2.17 - + - - + + - + - - - - - + + + + + diff --git a/clashN/clashUpgrade/clashUpgrade.csproj b/clashN/clashUpgrade/clashUpgrade.csproj index ac90662..8c4b73a 100644 --- a/clashN/clashUpgrade/clashUpgrade.csproj +++ b/clashN/clashUpgrade/clashUpgrade.csproj @@ -1,6 +1,6 @@  - net6.0-windows + net8.0-windows WinExe true Copyright © 2019-2020 (GPLv3)