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 41c9656 commit a888089Copy full SHA for a888089
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Dotnet
18
uses: actions/setup-dotnet@v4
19
with:
20
- dotnet-version: '8.x'
+ dotnet-version: '9.x'
21
22
- name: restore dependencies
23
run: dotnet restore
0 commit comments