From 6945ef83910ca2616daba8225c9de7c68b03d747 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Sun, 5 Nov 2023 14:11:39 -0500 Subject: [PATCH] chore: Bump to 7.0.403 (cherry picked from commit 23ab392be5cb76c045a86800e80b8907818ac4b8) --- .github/workflows/ci.yml | 14 +++++++------- manifests/uno.ui-preview.manifest.json | 2 +- manifests/uno.ui.manifest.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) 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",