build(Github): 自动编译脚本支持 NETCore 3.0

This commit is contained in:
Argo Zhang 2019-09-29 17:13:54 +08:00
parent 2e6d29cc44
commit 2d7cf3ded5
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 2.2.108
dotnet-version: 3.0.100
- name: Build with dotnet
run: dotnet build src/admin/Bootstrap.Admin/ --configuration Release