From 08adb3522c3c2fe397d621dc282e64719df3b06a Mon Sep 17 00:00:00 2001 From: Holger <60018667+holgerb83@users.noreply.github.com> Date: Fri, 1 Jan 2021 22:57:34 +0100 Subject: [PATCH] Update dotnetcore.yml --- .github/workflows/dotnetcore.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index e17b04b..77377d4 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -15,8 +15,6 @@ jobs: - uses: actions/checkout@v2 - name: Setup .NET Core uses: actions/setup-dotnet@v1 - with: - dotnet-version: 5.0 - name: Install dependencies run: dotnet restore - name: Build