Skip to content

Commit a71f6e9

Browse files
committed
Test for MAUI team
1 parent 6e4d45a commit a71f6e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222
APP_VERSION: '1.0'
2323
APPSETTINGS_JSON_FILE: './ShinyWonderland/appsettings.json'
2424
DOTNET_TFM: 'net10.0'
25-
DOTNET_VERSION: '10.0.x'
25+
DOTNET_VERSION: '10.0.101'
2626
PACKAGE_NAME: 'org.shiny.wonderland'
2727
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
2828

.github/workflows/build-ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ concurrency:
1818
cancel-in-progress: true
1919

2020
env:
21-
XCODE_VERSION: 26.1.1
21+
XCODE_VERSION: 26.2.0
2222
DOTNET_TFM: 'net10.0'
23-
DOTNET_VERSION: '10.0.x'
23+
DOTNET_VERSION: '10.0.101'
2424
APP_PROJECT: './ShinyWonderland/ShinyWonderland.csproj'
2525
APP_VERSION: '1.0'
2626
APPSETTINGS_JSON_FILE: './ShinyWonderland/appsettings.json'

0 commit comments

Comments
 (0)