We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0cb2df7 + ff76308 commit 0f5f221Copy full SHA for 0f5f221
.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: "8.0.x"
+ dotnet-version: "*.0.x"
22
23
- name: 'Install Latest .NET MAUI Workload'
24
run: dotnet workload install maui
.github/workflows/release-packages.yml
@@ -17,7 +17,7 @@ jobs:
17
+ dotnet-version: "9.0.x"
0 commit comments