Update dotnetcore.yml

This commit is contained in:
Gui.H 2020-09-18 18:32:21 +08:00 committed by GitHub
parent 81f138a8c3
commit da42c93666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,6 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.100
dotnet-version: 5.0
- name: Build with dotnet
run: dotnet build --configuration Release