Update .NET version in build workflow

This commit is contained in:
JieXu 2026-05-04 04:30:02 +08:00 committed by GitHub
parent b18cc91932
commit d7ac402cfe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,7 +54,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v5.2.0
with:
dotnet-version: '10.0.x'
dotnet-version: '10.0.1xx'
- name: Build v2rayN
working-directory: ./v2rayN