Skip to content

Commit 013370d

Browse files
committed
Updated workflows
1 parent e5975dd commit 013370d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup .NET
2828
uses: actions/setup-dotnet@v4
2929
with:
30-
dotnet-version: 8.0.x
30+
dotnet-version: 10.0.x
3131

3232
- name: Restore and Build
3333
run: |

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup .NET
2626
uses: actions/setup-dotnet@v4
2727
with:
28-
dotnet-version: 8.0.x
28+
dotnet-version: 10.0.x
2929

3030
- name: Restore dependencies
3131
run: dotnet restore

0 commit comments

Comments
 (0)