Update dotnetcore.yml

This commit is contained in:
Gui.H 2019-12-17 09:59:48 +08:00 committed by GitHub
parent 6be6f1c65a
commit caba52a449
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: 2.2.108
dotnet-version: 3.1
- name: Build with dotnet
run: dotnet build --configuration Release