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 ec8a2a5 commit eeae474Copy full SHA for eeae474
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
- uses: actions/checkout@v4
25
- uses: actions/setup-dotnet@v4
26
with:
27
- dotnet-version: "7"
+ dotnet-version: "8"
28
- name: Restore
29
run: |
30
dotnet restore
0 commit comments