We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e4d45a commit a71f6e9Copy full SHA for a71f6e9
.github/workflows/build-android.yml
@@ -22,7 +22,7 @@ env:
22
APP_VERSION: '1.0'
23
APPSETTINGS_JSON_FILE: './ShinyWonderland/appsettings.json'
24
DOTNET_TFM: 'net10.0'
25
- DOTNET_VERSION: '10.0.x'
+ DOTNET_VERSION: '10.0.101'
26
PACKAGE_NAME: 'org.shiny.wonderland'
27
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
28
.github/workflows/build-ios.yml
@@ -18,9 +18,9 @@ concurrency:
18
cancel-in-progress: true
19
20
env:
21
- XCODE_VERSION: 26.1.1
+ XCODE_VERSION: 26.2.0
APP_PROJECT: './ShinyWonderland/ShinyWonderland.csproj'
0 commit comments