From f83f86cb3cecd9e02f2ae9c9d08f7c1f8f1c3bb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=9B=BD=E4=BC=9F?= <366193849@qq.com> Date: Mon, 26 Jul 2021 10:29:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AA=E4=BF=9D=E7=95=99.net6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FastGithub/FastGithub.csproj | 54 ++++++++++++++++++------------------ FastGithub/zip.sh | 4 +-- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/FastGithub/FastGithub.csproj b/FastGithub/FastGithub.csproj index 78bc3d9..8dae23c 100644 --- a/FastGithub/FastGithub.csproj +++ b/FastGithub/FastGithub.csproj @@ -1,34 +1,34 @@  - - Exe - net5.0;net6.0 - MIT - true - app.ico - app.manifest - + + Exe + net6.0 + MIT + true + app.ico + app.manifest + - - true - + + true + - - - - - - - - + + + + + + + + - - - PreserveNewest - - - PreserveNewest - - + + + PreserveNewest + + + PreserveNewest + + diff --git a/FastGithub/zip.sh b/FastGithub/zip.sh index 4a0460c..5d0708e 100644 --- a/FastGithub/zip.sh +++ b/FastGithub/zip.sh @@ -2,8 +2,8 @@ cd ./bin/publish # linux -chmod +777 ./linux-x64/dnscrypt-proxy -chmod +777 ./linux-x64/FastGithub +chmod 777 ./linux-x64/dnscrypt-proxy +chmod 777 ./linux-x64/FastGithub zip -r linux-x64.zip linux-x64 # windows