Skip to content

Commit 0f5f221

Browse files
authored
Merge pull request #15 from sylac/develop
Develop
2 parents 0cb2df7 + ff76308 commit 0f5f221

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET
1919
uses: actions/setup-dotnet@v4
2020
with:
21-
dotnet-version: "8.0.x"
21+
dotnet-version: "*.0.x"
2222

2323
- name: 'Install Latest .NET MAUI Workload'
2424
run: dotnet workload install maui

.github/workflows/release-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup .NET
1818
uses: actions/setup-dotnet@v4
1919
with:
20-
dotnet-version: "8.0.x"
20+
dotnet-version: "9.0.x"
2121

2222
- name: 'Install Latest .NET MAUI Workload'
2323
run: dotnet workload install maui

0 commit comments

Comments
 (0)