From 86c7ef8aca3982754456cf99609ec4f83fc09f5c Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 11 Nov 2020 15:45:27 +0800 Subject: Migrate to .net 5.0. --- .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 5b4609f7..dd7ffb06 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 3.1.x + - name: Use .Net Core 5.0.x uses: actions/setup-dotnet@v1 with: - dotnet-version: "3.1.x" + dotnet-version: "5.0.x" - name: Build And Test run: dotnet test --logger html --collect:"XPlat Code Coverage" --settings './Timeline.Tests/coverletArgs.runsettings' -- cgit v1.2.3