From 9d919d687b4d58923d4dc2f4ed8f8a282c896ffb Mon Sep 17 00:00:00 2001 From: Ske Date: Thu, 24 Dec 2020 14:54:45 +0100 Subject: [PATCH] GH Build with .NET 5 --- .github/workflows/dotnetcore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 6091e9df..3cd0fb37 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -14,6 +14,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