From 91f436ba94b37c9ab88c79f00ef523b235a2474c Mon Sep 17 00:00:00 2001 From: Markus Date: Mon, 2 Mar 2020 19:29: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 84885c6..bb862e9 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -10,7 +10,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 3.0.100 + dotnet-version: 3.1.101 - name: Build with dotnet run: dotnet build PlanB.Butler.sln --configuration Release