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 4f6b156 commit 5ce24a3Copy full SHA for 5ce24a3
.github/workflows/dotnet.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
27
- name: Restore dependencies
28
run: dotnet restore
0 commit comments