Skip to content

Commit

Permalink
Merge pull request #333 from unoplatform/dev/jela/net8-0-405
Browse files Browse the repository at this point in the history
chore: Update to .NET 8.0.405
  • Loading branch information
jeromelaban authored Jan 31, 2025
2 parents 4eeaba6 + f138b6e commit 04b5cc7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ jobs:
$ProgressPreference = 'SilentlyContinue'
& dotnet --list-sdks
& dotnet tool install --global --version ${{ matrix.previous_tool_version }} uno.check
& uno-check --ci --fix --non-interactive --verbose --skip xcode --skip vswin --skip vsmac --skip wsl --skip edgewebview2 ${{ matrix.previous_tool_params }}
& uno-check --ci --fix --non-interactive --verbose --skip xcode --skip vswin --skip vsmac --skip wsl --skip androidemulator --skip edgewebview2 ${{ matrix.previous_tool_params }}
& dotnet tool uninstall --global uno.check
- name: Install and Run Tool
Expand All @@ -405,7 +405,7 @@ jobs:
Write-Output "PACKAGE VERSION: ${{ steps.gitversion.outputs.semVer }}"
$ProgressPreference = 'SilentlyContinue'
& dotnet tool install --global --version ${{ steps.gitversion.outputs.semVer }} --add-source NuGet/ uno.check
& uno-check --ci --fix --verbose --non-interactive --verbose --manifest ${{ matrix.manifest }} --skip xcode --skip vswin --skip vsmac --skip wsl --skip edgewebview2 ${{ matrix.tool_params }}
& uno-check --ci --fix --verbose --non-interactive --verbose --manifest ${{ matrix.manifest }} --skip xcode --skip androidemulator --skip vswin --skip vsmac --skip wsl --skip edgewebview2 ${{ matrix.tool_params }}
sign:
name: Sign Package
Expand Down
12 changes: 6 additions & 6 deletions manifests/uno.ui.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"toolVersion": "1.14.0",
"variables": {
"OPENJDK_VERSION": "11.0.20.1",
"DOTNET_SDK_VERSION": "8.0.401",
"MACCATALYST_SDK_VERSION": "17.5.8020/8.0.100",
"IOS_SDK_VERSION": "17.5.8020/8.0.100",
"MACOS_SDK_VERSION": "14.5.8020/8.0.100",
"ANDROID_SDK_VERSION": "34.0.113/8.0.100",
"MAUI_VERSION": "8.0.72/8.0.100"
"DOTNET_SDK_VERSION": "8.0.405",
"MACCATALYST_SDK_VERSION": "18.0.8319/8.0.100",
"IOS_SDK_VERSION": "18.0.8319/8.0.100",
"MACOS_SDK_VERSION": "15.0.8319/8.0.100",
"ANDROID_SDK_VERSION": "34.0.147/8.0.100",
"MAUI_VERSION": "8.0.100/8.0.100"
},
"variableMappers": [
],
Expand Down

0 comments on commit 04b5cc7

Please sign in to comment.