Update dotnetcore.yml

This commit is contained in:
Holger 2021-01-01 22:52:56 +01:00 committed by GitHub
parent 90b24e547d
commit 9ed649ed60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.101
dotnet-version: 5.0
- name: Install dependencies
run: dotnet restore
- name: Build