Skip to content

Commit

Permalink
chore: Update to dotnet/runtime latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Jan 19, 2021
1 parent bb40571 commit 9383592
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 @@ -20,7 +20,7 @@ internal class Constants
public static Version MonoRuntimeEmscriptenVersion { get; } = new Version("2.0.6");

// 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 DefaultDotnetRuntimeSdkUrl = "https://unowasmbootstrap.azureedge.net/runtime/dotnet-runtime-wasm-939f9dd-23570-Release.zip";
public const string DefaultDotnetRuntimeSdkUrl = "https://unowasmbootstrap.azureedge.net/runtime/dotnet-runtime-wasm-c45c30c-23655-Release.zip";

/// <summary>
/// Min version of the emscripten SDK. Must be aligned with dotnet/runtime SDK build in <see cref="NetCoreWasmSDKUri"/>.
Expand Down

0 comments on commit 9383592

Please sign in to comment.