diff --git a/Directory.Build.props b/Directory.Build.props index 95ca52c3a..342cb55fb 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -13,7 +13,7 @@ $(NoWarn);NU1507;NETSDK1201;PRI257 2.88.9-preview.2.2 - 9.0.1 + 9.1.0-dev.41 diff --git a/global.json b/global.json index c14fa4c8f..1eee6682e 100644 --- a/global.json +++ b/global.json @@ -4,6 +4,6 @@ }, // 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.6.0-dev.40" + "Uno.Sdk": "5.6.0-dev.130" } }