Skip to content

Commit 5aa5c7a

Browse files
committed
ci: use net9
1 parent 3dbd84a commit 5aa5c7a

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.github/workflows/build_avalonia.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ jobs:
2323
with:
2424
name: Build Prism.Avalonia
2525
solution-path: PrismLibrary_Avalonia.slnf
26+
dotnet-version: 9.0.302

.github/workflows/build_maui.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ jobs:
2525
name: Build Prism.Maui
2626
solution-path: PrismLibrary_Maui.slnf
2727
install-workload: maui maui-tizen
28+
dotnet-version: 9.0.302

.github/workflows/build_uno.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: Build Prism.Uno
2727
solution-path: PrismLibrary_Uno.slnf
2828
windows-sdk-version: 18362
29-
dotnet-version: 8.0.300
29+
dotnet-version: 9.0.302
3030
install-workload: ios android macos maccatalyst wasm-tools
3131
uno-check: false
3232
uno-check-version: 1.25.1

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
name: Build Prism.Uno
5959
solution-path: PrismLibrary_Uno.slnf
6060
windows-sdk-version: 18362
61-
dotnet-version: 8.0.300
61+
dotnet-version: 9.0.302
6262
install-workload: ios android macos maccatalyst wasm-tools
6363
uno-check: false
6464
uno-check-version: 1.24.0
@@ -79,6 +79,7 @@ jobs:
7979
name: Build Prism.Maui
8080
solution-path: PrismLibrary_Maui.slnf
8181
install-workload: maui maui-tizen
82+
dotnet-version: 9.0.302
8283
# code-sign: true
8384
artifact-name: Maui
8485
secrets:
@@ -93,6 +94,7 @@ jobs:
9394
with:
9495
name: Build Prism.Avalonia
9596
solution-path: PrismLibrary_Avalonia.slnf
97+
dotnet-version: 9.0.302
9698
# code-sign: true
9799
artifact-name: Avalonia
98100
secrets:

0 commit comments

Comments
 (0)