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 551c19d commit 6cc7245Copy full SHA for 6cc7245
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Setup .NET
23
uses: actions/setup-dotnet@v4
24
with:
25
- dotnet-version: 8.0.x
+ dotnet-version: 9.0.x
26
- name: Restore dependencies
27
run: dotnet restore
28
- name: Build
0 commit comments