From ca74f693c5f58c9bfdccc3929e7ac9904e0434f3 Mon Sep 17 00:00:00 2001 From: Dingping Zhang Date: Wed, 5 Oct 2022 12:06:12 +0800 Subject: [PATCH] chore(ci): bump .net of workflows to 6.x.x --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 94c14bb..51176b9 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 7.x.x + dotnet-version: 6.x.x - name: Restore dependencies run: dotnet restore - name: Build