From a5714bc512a9ab9282007d1e9dc2874677839f88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=9B=BD=E4=BC=9F?= <366193849@qq.com> Date: Wed, 18 Aug 2021 16:36:11 +0800 Subject: [PATCH] =?UTF-8?q?win7=E8=A3=81=E5=89=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- publish.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.cmd b/publish.cmd index bc38a1d..5b7a107 100644 --- a/publish.cmd +++ b/publish.cmd @@ -2,6 +2,6 @@ cd ./FastGithub set output=./bin/publish if exist "%output%" rd /S /Q "%output%" dotnet publish -c Release /p:PublishSingleFile=true /p:PublishTrimmed=true -f net6.0 -r win-x64 -o "%output%/win10-x64" -dotnet publish -c Release /p:PublishSingleFile=true /p:PublishTrimmed=false -f net5.0 -r win-x64 -o "%output%/win7-x64" +dotnet publish -c Release /p:PublishSingleFile=true /p:PublishTrimmed=true -f net5.0 -r win-x64 -o "%output%/win7-x64" dotnet publish -c Release /p:PublishSingleFile=true /p:PublishTrimmed=true -f net6.0 -r linux-x64 -o "%output%/linux-x64" dotnet publish -c Release /p:PublishSingleFile=true /p:PublishTrimmed=true -f net6.0 -r osx-x64 -o "%output%/osx-x64" \ No newline at end of file