From 7b5479270bb00a1e6227bb7604db432003bd9218 Mon Sep 17 00:00:00 2001 From: Tara Date: Mon, 9 Mar 2020 17:23:27 -0700 Subject: [PATCH] Update dotnetcore.yml --- .github/workflows/dotnetcore.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index f704a1d..49682e0 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -15,9 +15,9 @@ jobs: with: submodules: true - name: Setup .NET Core - uses: actions/setup-dotnet@v1.2.0 + uses: actions/setup-dotnet with: - dotnet-version: 3.0.100 + dotnet-version: 3.1.100 if: matrix.os == 'macOS-latest' || matrix.os == 'ubuntu-latest' - name: Restore Dependencies run: dotnet restore