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