From 26c6f75ae955e0fd7f061a91908f9d3fd686ada7 Mon Sep 17 00:00:00 2001 From: BlubbFish Date: Sat, 10 Apr 2021 20:35:47 +0200 Subject: [PATCH] fixing github actions --- .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 58c09db..c2947e8 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -21,7 +21,7 @@ jobs: - name: Install dotnet uses: actions/setup-dotnet@v1 with: - dotnet-version: 3.0.100 + dotnet-version: '3.1.x' - name: Build with dotnet run: dotnet build Lora-Map.sln --configuration Release