From 5239049afe90d2ef926c1e1b917172b5f44b52fc Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 3 Dec 2022 19:17:50 +0800 Subject: Fix upgrade dotnet to v7. --- .github/workflows/back-ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/back-ci.yaml b/.github/workflows/back-ci.yaml index 403b2c69..0de9d5a9 100644 --- a/.github/workflows/back-ci.yaml +++ b/.github/workflows/back-ci.yaml @@ -33,10 +33,10 @@ jobs: restore-keys: | nuget-${{ runner.os }}- - - name: Use .Net Core 6.0.x + - name: Use .Net Core 7.0.x uses: actions/setup-dotnet@v3 with: - dotnet-version: "6.0.x" + dotnet-version: "7.0.x" - name: Build And Test run: dotnet test --logger html --collect:"XPlat Code Coverage" --settings './Timeline.Tests/coverletArgs.runsettings' -- cgit v1.2.3