Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update to .NET 8.0.405 #333

Merged
merged 2 commits into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading