Skip to content

Commit

Permalink
Update dotnet-version in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
t1m0thyj committed Nov 15, 2023
1 parent 58c71a4 commit c083b21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x

- uses: microsoft/setup-msbuild@v1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x

- uses: microsoft/setup-msbuild@v1

Expand Down

0 comments on commit c083b21

Please sign in to comment.