From 0675a369c33e69159a7e7d6b073377ba0127ee70 Mon Sep 17 00:00:00 2001 From: doudou0720 <98651603+doudou0720@users.noreply.github.com> Date: Mon, 16 Feb 2026 12:58:44 +0800 Subject: [PATCH] =?UTF-8?q?chore(ci):=E4=B8=BA=E6=97=A5=E5=B8=B8=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E4=BD=BF=E7=94=A8=E9=A2=84=E5=AE=89=E8=A3=85SDK?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: doudou0720 <98651603+doudou0720@users.noreply.github.com> --- .github/workflows/dotnet-desktop.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 6937180e..ecc086dc 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -33,7 +33,6 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v5 with: - dotnet-version: '10.x' cache: true cache-dependency-path: '**/packages.lock.json'