From 01496f97823921954e11193af5d9a6795c9da90d Mon Sep 17 00:00:00 2001 From: Josh Rolstad Date: Wed, 25 Dec 2024 07:16:23 -0800 Subject: [PATCH] Trying to fix .net version for build --- .github/workflows/ci-build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index aa7966b..f95aca5 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -16,7 +16,9 @@ jobs: - name: Setup .NET Core SDK uses: actions/setup-dotnet@v1 with: - dotnet-version: 3.1.x + dotnet-version: | + 3.1.x + 5.0.x - name: Restore Nuget Package Dependencies run: dotnet restore recipebook-core.sln