Skip to content

Commit

Permalink
Merge pull request #15 from sylac/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
sylac authored Jan 10, 2025
2 parents 0cb2df7 + ff76308 commit 0f5f221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: "8.0.x"
dotnet-version: "*.0.x"

- name: 'Install Latest .NET MAUI Workload'
run: dotnet workload install maui
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: "8.0.x"
dotnet-version: "9.0.x"

- name: 'Install Latest .NET MAUI Workload'
run: dotnet workload install maui
Expand Down

0 comments on commit 0f5f221

Please sign in to comment.