Skip to content

Commit

Permalink
fix(reg): Revert mono for Assembly.Load issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Aug 18, 2020
1 parent 5a21324 commit e66691b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Uno.Wasm.Bootstrap/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ namespace Uno.Wasm.Bootstrap
internal class Constants
{
// NOTE: The SDK version may be overriden by an installation of the https://www.nuget.org/packages/Uno.Wasm.MonoRuntime nuget package
public const string DefaultSdkUrl = @"https://unowasmbootstrap.azureedge.net/runtime/mono-wasm-ee6d133e340.zip";
public const string DefaultAotSDKUrl = @"https://unowasmbootstrap.azureedge.net/runtime/wasm-release-Linux-ee6d133e3405174b19bc0046d2a85bebd961b1ea.zip";
public const string DefaultSdkUrl = @"https://unowasmbootstrap.azureedge.net/runtime/mono-wasm-dd3c370ef1b.zip";
public const string DefaultAotSDKUrl = @"https://unowasmbootstrap.azureedge.net/runtime/wasm-release-Linux-dd3c370ef1bd65313abdb4062688011d5e975ef1.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 e66691b

Please sign in to comment.