Update dotnetcore.yml

This commit is contained in:
Gui.H 2019-12-17 10:15:01 +08:00 committed by GitHub
parent caba52a449
commit a466bcbb19
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
dotnet-version: 3.1.100
- name: Build with dotnet
run: dotnet build --configuration Release