Skip to content

Commit

Permalink
Update to dotnet version 8 (released in November '23). (#3980)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaby76 committed Feb 25, 2024
1 parent c888914 commit b9ef196
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Dotnet
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: '7.0.x'
dotnet-version: '8.0.x'
- name: Install Trash
shell: bash
run: |
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Install Dotnet
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: '7.0.x'
dotnet-version: '8.0.x'
- name: Test Dotnet
run: |
dotnet --version
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
- name: Install Dotnet
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: '7.0.x'
dotnet-version: '8.0.x'
- name: Test Dotnet
run: |
dotnet --version
Expand Down

0 comments on commit b9ef196

Please sign in to comment.