Update dotnetcore.yml

This commit is contained in:
Tara 2020-03-09 17:24:19 -07:00 committed by GitHub
parent 7b5479270b
commit 9969e466d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ jobs:
with: with:
submodules: true submodules: true
- name: Setup .NET Core - name: Setup .NET Core
uses: actions/setup-dotnet uses: actions/setup-dotnet@v1.4.0
with: with:
dotnet-version: 3.1.100 dotnet-version: 3.1.100
if: matrix.os == 'macOS-latest' || matrix.os == 'ubuntu-latest' if: matrix.os == 'macOS-latest' || matrix.os == 'ubuntu-latest'