We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d46b1 commit 9486cd8Copy full SHA for 9486cd8
.github/workflows/lint.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Setup .NET
28
uses: actions/setup-dotnet@v4
29
with:
30
- dotnet-version: '8.0.x'
+ dotnet-version: 9.0.x
31
- name: Restore
32
run: dotnet restore ${{ matrix.source-dir }}${{ matrix.solutionFile }}
33
- name: Install ReSharper
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
55
run: dotnet restore ${{ matrix.solutionPath }}
56
- name: Inspect code
0 commit comments