Skip to content

Commit

Permalink
change .net version back to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Apr 1, 2024
1 parent 81862ba commit 4611b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 4.x
dotnet-version: 5.x

- name: Download required assemblies
run: echo "TODO"
Expand Down

0 comments on commit 4611b14

Please sign in to comment.