diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 20b3e329..8c73a6c0 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -26,7 +26,6 @@ jobs:
)
}}
env:
- NUGET_CERT_REVOCATION_MODE: offline
Output: "${{ github.workspace }}/${{ matrix.arch }}"
RID: |-
${{
@@ -69,4 +68,4 @@ jobs:
uses: actions/upload-artifact@v7.0.1
with:
name: ${{ matrix.arch }}
- path: ${{ matrix.arch }}
+ path: ${{ matrix.arch }}
\ No newline at end of file
diff --git a/package-debian-loong.sh b/package-debian-loong.sh
index 5fc69ab2..e00b0cbf 100644
--- a/package-debian-loong.sh
+++ b/package-debian-loong.sh
@@ -1,8 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
-export NUGET_CERT_REVOCATION_MODE="${NUGET_CERT_REVOCATION_MODE:-offline}"
-
VERSION_ARG=""
WITH_CORE="both"
FORCE_NETCORE=0
diff --git a/package-debian-riscv.sh b/package-debian-riscv.sh
index bc9cddf4..e9fcb628 100644
--- a/package-debian-riscv.sh
+++ b/package-debian-riscv.sh
@@ -1,8 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
-export NUGET_CERT_REVOCATION_MODE="${NUGET_CERT_REVOCATION_MODE:-offline}"
-
VERSION_ARG=""
WITH_CORE="both"
FORCE_NETCORE=0
diff --git a/package-debian.sh b/package-debian.sh
index 2487e931..0c10a548 100644
--- a/package-debian.sh
+++ b/package-debian.sh
@@ -1,8 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
-export NUGET_CERT_REVOCATION_MODE="${NUGET_CERT_REVOCATION_MODE:-offline}"
-
VERSION_ARG=""
WITH_CORE="both"
FORCE_NETCORE=0
@@ -755,4 +753,4 @@ main() {
print_summary
}
-main "$@"
+main "$@"
\ No newline at end of file
diff --git a/package-rhel-riscv.sh b/package-rhel-riscv.sh
index ebb3dcdf..9c4fa03f 100644
--- a/package-rhel-riscv.sh
+++ b/package-rhel-riscv.sh
@@ -1,8 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
-export NUGET_CERT_REVOCATION_MODE="${NUGET_CERT_REVOCATION_MODE:-offline}"
-
VERSION_ARG=""
WITH_CORE="both"
FORCE_NETCORE=0
diff --git a/package-rhel.sh b/package-rhel.sh
index 5197b7ec..2b266999 100644
--- a/package-rhel.sh
+++ b/package-rhel.sh
@@ -1,8 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
-export NUGET_CERT_REVOCATION_MODE="${NUGET_CERT_REVOCATION_MODE:-offline}"
-
VERSION_ARG=""
WITH_CORE="both"
FORCE_NETCORE=0
@@ -700,4 +698,4 @@ main() {
print_summary
}
-main "$@"
+main "$@"
\ No newline at end of file
diff --git a/v2rayN/Directory.Packages.props b/v2rayN/Directory.Packages.props
index 4b058024..766f4c42 100644
--- a/v2rayN/Directory.Packages.props
+++ b/v2rayN/Directory.Packages.props
@@ -11,16 +11,16 @@
-
+
-
+
-
+
@@ -28,7 +28,6 @@
-