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 e5975dd commit 013370dCopy full SHA for 013370d
.github/workflows/code-review.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: 10.0.x
31
32
- name: Restore and Build
33
run: |
.github/workflows/dotnet.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Restore dependencies
run: dotnet restore
0 commit comments