From 17479bc603b7a6dc673186c1cdfa566fb6fd7082 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 15 Jan 2021 20:21:19 +0000 Subject: [PATCH] Updating GHES workflows --- ci/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/dotnet.yml b/ci/dotnet.yml index aa0a093..c31cf68 100644 --- a/ci/dotnet.yml +++ b/ci/dotnet.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 3.1.301 + dotnet-version: 5.0.x - name: Restore dependencies run: dotnet restore - name: Build