From 03ff6ca02284201eaffd5bc24b180af7876c48d1 Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Thu, 30 Aug 2018 09:42:01 +0100 Subject: [PATCH] Update jsinterop to version that supports Mono bfc35fc6e65 --- modules/jsinterop | 2 +- samples/MonoSanityClient/Examples.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/jsinterop b/modules/jsinterop index a9a5bb9eba..a3c408c3ed 160000 --- a/modules/jsinterop +++ b/modules/jsinterop @@ -1 +1 @@ -Subproject commit a9a5bb9eba154d9dc3f43d5636e49d02cbd6cc97 +Subproject commit a3c408c3eda8f28ccc70c55f4169cad438ad75c6 diff --git a/samples/MonoSanityClient/Examples.cs b/samples/MonoSanityClient/Examples.cs index 64a89600f0..f2dd3af794 100644 --- a/samples/MonoSanityClient/Examples.cs +++ b/samples/MonoSanityClient/Examples.cs @@ -1,7 +1,7 @@ // Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -using Mono.WebAssembly.Interop; +using WebAssembly.JSInterop; using System; using System.Runtime.InteropServices; using System.Text;