diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3133240..6dce0d6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -155,7 +155,7 @@ jobs: previous_tool_version: '' previous_tool_params: '' os: macos-11 - dotnet_version: 7.0.402 + dotnet_version: 7.0.403 - manifest: 'manifests/uno.ui-preview-major.manifest.json' manifest_name: Preview net8 @@ -169,14 +169,14 @@ jobs: previous_tool_version: 1.4.2 previous_tool_params: '' os: macos-11 - dotnet_version: 7.0.402 + dotnet_version: 7.0.403 - manifest: 'manifests/uno.ui-preview.manifest.json' manifest_name: Preview Upgrade previous_tool_version: 1.4.2 previous_tool_params: '--pre' os: macos-11 - dotnet_version: 7.0.402 + dotnet_version: 7.0.403 - manifest: 'manifests/uno.ui-preview-major.manifest.json' manifest_name: Preview Upgrade net8 @@ -188,14 +188,14 @@ jobs: - manifest: 'manifests/uno.ui.manifest.json' manifest_name: Stable os: macos-12 - dotnet_version: 7.0.402 + dotnet_version: 7.0.403 - manifest: 'manifests/uno.ui-preview.manifest.json' manifest_name: Preview previous_tool_version: '' previous_tool_params: '' os: macos-12 - dotnet_version: 7.0.402 + dotnet_version: 7.0.403 - manifest: 'manifests/uno.ui-preview-major.manifest.json' manifest_name: Preview net8 @@ -209,14 +209,14 @@ jobs: previous_tool_version: 1.4.2 previous_tool_params: '' os: macos-12 - dotnet_version: 7.0.402 + dotnet_version: 7.0.403 - manifest: 'manifests/uno.ui-preview.manifest.json' manifest_name: Preview Upgrade previous_tool_version: 1.4.2 previous_tool_params: '--pre' os: macos-12 - dotnet_version: 7.0.402 + dotnet_version: 7.0.403 - manifest: 'manifests/uno.ui-preview-major.manifest.json' manifest_name: Preview Upgrade net8 diff --git a/manifests/uno.ui-preview.manifest.json b/manifests/uno.ui-preview.manifest.json index fdf225ca..10c008ef 100644 --- a/manifests/uno.ui-preview.manifest.json +++ b/manifests/uno.ui-preview.manifest.json @@ -3,7 +3,7 @@ "toolVersion": "1.5.0", "variables": { "OPENJDK_VERSION": "11.0.20.1", - "DOTNET_SDK_VERSION": "7.0.402", + "DOTNET_SDK_VERSION": "7.0.403", "MACCATALYST_SDK_VERSION": "16.4.7099/7.0.100", "IOS_SDK_VERSION": "16.4.7099/7.0.100", "MACOS_SDK_VERSION": "13.3.7099/7.0.100", diff --git a/manifests/uno.ui.manifest.json b/manifests/uno.ui.manifest.json index cedb5c71..d176ceba 100644 --- a/manifests/uno.ui.manifest.json +++ b/manifests/uno.ui.manifest.json @@ -3,7 +3,7 @@ "toolVersion": "1.5.0", "variables": { "OPENJDK_VERSION": "11.0.20.1", - "DOTNET_SDK_VERSION": "7.0.402", + "DOTNET_SDK_VERSION": "7.0.403", "MACCATALYST_SDK_VERSION": "16.4.7099/7.0.100", "IOS_SDK_VERSION": "16.4.7099/7.0.100", "MACOS_SDK_VERSION": "13.3.7099/7.0.100",