From 1010b43e45af96dfc6436b15778cc19f6acc4024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Mon, 20 Jan 2025 09:40:38 -0500 Subject: [PATCH] chore: Update runtime to include Wasm+AOT fix https://github.com/dotnet/runtime/issues/111281 --- src/Uno.Wasm.Bootstrap/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Uno.Wasm.Bootstrap/Constants.cs b/src/Uno.Wasm.Bootstrap/Constants.cs index ed1e1702a..970802631 100644 --- a/src/Uno.Wasm.Bootstrap/Constants.cs +++ b/src/Uno.Wasm.Bootstrap/Constants.cs @@ -7,7 +7,7 @@ namespace Uno.Wasm.Bootstrap internal class Constants { public const string DefaultDotnetRuntimeSdkUrl = "https://unowasmbootstrap.azureedge.net/runtime/" - + "dotnet-runtime-wasm-linux-498e18e-7331dcb60e0-8790049905-Release.zip"; + + "dotnet-runtime-wasm-linux-46a7f57-7331dcb60e0-12869509846-Release.zip"; /// /// Min version of the emscripten SDK. Must be aligned with dotnet/runtime SDK build in .