We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0d463b commit 8f63d56Copy full SHA for 8f63d56
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup .NET
21
uses: actions/setup-dotnet@v3
22
with:
23
- dotnet-version: 8.0.x
+ dotnet-version: 9.0.x
24
25
- name: Restore dependencies
26
run: dotnet restore
0 commit comments