From 5881f2a6cdb93f4a614c0cb2ddb3ee3f8cc74bcc Mon Sep 17 00:00:00 2001 From: Ske Date: Sun, 22 Dec 2019 00:56:22 +0100 Subject: [PATCH] Upgrade GitHub Actions .NET version (for real this time) --- .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 70b9f3f4..a38f7f17 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: 3.1.108 + dotnet-version: 3.1.100 - name: Build with dotnet run: dotnet build --configuration Release