Update dotnetcore.yml

This commit is contained in:
emmauss 2020-02-16 13:47:16 +00:00 committed by GitHub
parent 6f5755b575
commit 9937beb8a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.101
- name: Build with dotnet
run: dotnet build --configuration Release