Skip to content

Commit 0d07a41

Browse files
committed
Updated dotnet in github action.
1 parent bf60a55 commit 0d07a41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET Core
1919
uses: actions/[email protected]
2020
with:
21-
dotnet-version: 8.0
21+
dotnet-version: 9.0
2222

2323
- name: Install dependencies
2424
run: dotnet restore

.github/workflows/test.workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Setup .NET Core
4949
uses: actions/setup-dotnet@v4
5050
with:
51-
dotnet-version: 8.0
51+
dotnet-version: 9.0
5252

5353
- name: Build Release
5454
run: |

0 commit comments

Comments
 (0)