Skip to content

Commit

Permalink
Bump GHA to use latest 8.0.x dotnet version
Browse files Browse the repository at this point in the history
  • Loading branch information
FinHorsley authored and AndersAbel committed Mar 12, 2024
1 parent 735b748 commit 425891b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.100-rc.2.23502.2
dotnet-version: "8.0.x" # use the latest version of the 8.0 channel
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 425891b

Please sign in to comment.