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;