Skip to content

Commit 9ea2cdd

Browse files
committed
Update dotnet version on actions
1 parent 00e12ad commit 9ea2cdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup .NET
3434
uses: actions/setup-dotnet@v4
3535
with:
36-
dotnet-version: '8.0.x'
36+
dotnet-version: '9.0.x'
3737

3838
- name: Restore dependencies
3939
run: dotnet restore $SOLUTION

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup .NET
1717
uses: actions/setup-dotnet@v4
1818
with:
19-
dotnet-version: '8.0.x'
19+
dotnet-version: '9.0.x'
2020

2121
- name: Restore, Build, and Pack
2222
run: |

0 commit comments

Comments
 (0)