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