Skip to content

Commit

Permalink
Merge pull request #304 from unoplatform/dev/jela/bitcode-selector
Browse files Browse the repository at this point in the history
chore: Update dotnet/runtime sdk
  • Loading branch information
jeromelaban authored Nov 22, 2020
2 parents bf9d5df + 1aad0fc commit fafe1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.Wasm.Bootstrap/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ internal class Constants
public const string DefaultSdkUrl = @"https://unowasmbootstrap.azureedge.net/runtime/mono-wasm-35c322c0198.zip";
public const string DefaultAotSDKUrl = @"https://unowasmbootstrap.azureedge.net/runtime/wasm-release-Linux-35c322c0198f9ad2a0cc1c63e5612ad22af0ecd9.zip";

public const string DefaultMonoVMSdkUrl = "https://unowasmbootstrap.azureedge.net/runtime/dotnet-runtime-wasm-dcef029-22072-Release.zip";
public const string DefaultMonoVMSdkUrl = "https://unowasmbootstrap.azureedge.net/runtime/dotnet-runtime-wasm-1f465d7-22125-Release.zip";

/// <summary>
/// Min version of the emscripten SDK. Must be aligned with mono's SDK build in <see cref="DefaultAotSDKUrl"/>.
Expand Down

0 comments on commit fafe1b7

Please sign in to comment.