From 293ed5b3ef86143fcfe443d5926c8eccd5b8ce74 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 28 Jan 2020 16:08:10 +0100 Subject: [PATCH] Update dotnetcore.yml --- .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 9c1817e..05a7d21 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -8,6 +8,6 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 3.0 + dotnet-version: 3.1.101 - name: Build with dotnet run: dotnet build --configuration Release