From ba28d8ebdaf575da7d054afb29b9793d3ad173a9 Mon Sep 17 00:00:00 2001 From: Ske Date: Sun, 22 Dec 2019 00:55:08 +0100 Subject: [PATCH] Upgrade GitHub Actions .NET version --- .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 816c17a6..70b9f3f4 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -12,6 +12,6 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 2.2.108 + dotnet-version: 3.1.108 - name: Build with dotnet run: dotnet build --configuration Release