Skip to content

Commit 0d945bb

Browse files
committed
Capping CLI .NET version.
1 parent bdc6f7d commit 0d945bb

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/dev-packages.yml

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

2323
- name: Install MAUI Workloads
2424
run: dotnet workload restore

.github/workflows/release.yml

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

2323
- name: Install MAUI Workloads
2424
run: dotnet workload restore

global.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"sdk": {
3+
"version": "9.0.200"
4+
}
5+
}

0 commit comments

Comments
 (0)