We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff76308 commit 291993eCopy full SHA for 291993e
.github/workflows/ci-cd.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup .NET
19
uses: actions/setup-dotnet@v4
20
with:
21
- dotnet-version: "*.0.x"
+ dotnet-version: "9.0.x"
22
23
- name: 'Install Latest .NET MAUI Workload'
24
run: dotnet workload install maui
0 commit comments