From c16600e143082aa8605d14a99ed6d82bbafe2c03 Mon Sep 17 00:00:00 2001 From: Astrid Date: Wed, 13 Jan 2021 09:29:14 +0100 Subject: [PATCH] Update dotnetcore.yml --- .github/workflows/dotnetcore.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 6091e9df..c81953cd 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -4,9 +4,7 @@ on: [push, pull_request] jobs: build: - runs-on: ubuntu-latest - steps: - uses: actions/checkout@v1 with: @@ -14,6 +12,6 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 3.1.100 + dotnet-version: 5.0.x - name: Build and test with dotnet run: dotnet test --configuration Release