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 1483ee5 commit 9be2a1fCopy full SHA for 9be2a1f
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup .NET
18
uses: actions/setup-dotnet@v4
19
with:
20
- dotnet-version: 8.0.x
+ dotnet-version: 9.0.x
21
- name: Restore dependencies
22
run: dotnet restore
23
- name: Build
0 commit comments