Skip to content

Commit

Permalink
use dotnet 8
Browse files Browse the repository at this point in the history
  • Loading branch information
nhirschey authored Nov 22, 2023
1 parent 8cf8c26 commit 1de0882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.X
dotnet-version: 8.0.X
- name: Restore tools
run: dotnet tool restore
- name: Run fsdocs
Expand Down

0 comments on commit 1de0882

Please sign in to comment.