From 543e9f7f260d955c0fbc896f3d7fda593be596dc Mon Sep 17 00:00:00 2001 From: Jackie Ng Date: Mon, 11 Oct 2021 19:10:17 +1100 Subject: [PATCH] Use .net core 3.1 --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index bb30d851..718d4353 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.x + dotnet-version: 3.1.x - name: Restore dependencies run: dotnet restore Core.sln - name: Build