Skip to content

Commit

Permalink
- Upgrade dotnet-version to 8.0.x in build.yml workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
ztanczos committed May 30, 2024
1 parent b6ca35e commit 84f7f84
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 @@ -24,7 +24,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
with:
dotnet-version: '6.0.x'
dotnet-version: '8.0.x'

- name: Restore dependencies
run: dotnet restore --locked-mode
Expand Down

0 comments on commit 84f7f84

Please sign in to comment.