Skip to content

Commit

Permalink
Trying to fix .net version for build
Browse files Browse the repository at this point in the history
  • Loading branch information
jrolstad committed Dec 25, 2024
1 parent 3a5760f commit 01496f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01496f9

Please sign in to comment.