Skip to content

Commit 9486cd8

Browse files
fix lint.yml
1 parent 88d46b1 commit 9486cd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
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: 9.0.x
3131
- name: Restore
3232
run: dotnet restore ${{ matrix.source-dir }}${{ matrix.solutionFile }}
3333
- name: Install ReSharper
@@ -50,7 +50,7 @@ jobs:
5050
- name: Setup .NET
5151
uses: actions/setup-dotnet@v4
5252
with:
53-
dotnet-version: '8.0.x'
53+
dotnet-version: 9.0.x
5454
- name: Restore
5555
run: dotnet restore ${{ matrix.solutionPath }}
5656
- name: Inspect code

0 commit comments

Comments
 (0)