From 3869d8c7da344a0864b99963b6189da8140e4945 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 21 Aug 2020 15:27:57 +0000 Subject: [PATCH] Updating GHES workflows --- ci/dotnet-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/dotnet-core.yml b/ci/dotnet-core.yml index 9ee1a7d..03958b6 100644 --- a/ci/dotnet-core.yml +++ b/ci/dotnet-core.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 3.1.301 + dotnet-version: 3.1.101 - name: Install dependencies run: dotnet restore - name: Build