From 173747be78ab59052795ea90f59c949edfa1b320 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 10:57:27 +0000 Subject: [PATCH] Bump Uno.Sdk from 5.5.54 to 5.5.56 Bumps [Uno.Sdk](https://github.com/unoplatform/uno.templates) from 5.5.54 to 5.5.56. - [Commits](https://github.com/unoplatform/uno.templates/commits) --- updated-dependencies: - dependency-name: Uno.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index f5612099..2950e392 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. "msbuild-sdks": { - "Uno.Sdk": "5.5.54" + "Uno.Sdk": "5.5.56" }, "sdk": { "allowPrerelease": false