只保留.net6
This commit is contained in:
parent
b02c6306e8
commit
f83f86cb3c
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFrameworks>net5.0;net6.0</TargetFrameworks>
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||||
<IsWebConfigTransformDisabled>true</IsWebConfigTransformDisabled>
|
<IsWebConfigTransformDisabled>true</IsWebConfigTransformDisabled>
|
||||||
<ApplicationIcon>app.ico</ApplicationIcon>
|
<ApplicationIcon>app.ico</ApplicationIcon>
|
||||||
|
|||||||
@ -2,8 +2,8 @@
|
|||||||
cd ./bin/publish
|
cd ./bin/publish
|
||||||
|
|
||||||
# linux
|
# linux
|
||||||
chmod +777 ./linux-x64/dnscrypt-proxy
|
chmod 777 ./linux-x64/dnscrypt-proxy
|
||||||
chmod +777 ./linux-x64/FastGithub
|
chmod 777 ./linux-x64/FastGithub
|
||||||
zip -r linux-x64.zip linux-x64
|
zip -r linux-x64.zip linux-x64
|
||||||
|
|
||||||
# windows
|
# windows
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user