Fix wasm sample after that was broken after this PR: https://github.com/dotnet/runtim...
authorThays Grazia <thaystg@gmail.com>
Mon, 24 Aug 2020 20:00:27 +0000 (17:00 -0300)
committerGitHub <noreply@github.com>
Mon, 24 Aug 2020 20:00:27 +0000 (22:00 +0200)
src/mono/netcore/sample/wasm/browser/WasmSample.csproj

index e268098..3047239 100644 (file)
@@ -36,7 +36,7 @@
     </ItemGroup>
     <WasmAppBuilder
       AppDir="$(AppDir)"
-      ExtraAssemblies="$(MicrosoftNetCoreAppRuntimePackDir)lib\$(NetCoreAppCurrent)\System.Runtime.InteropServices.JavaScript.dll"
+      ExtraAssemblies="$(MicrosoftNetCoreAppRuntimePackDir)lib\$(NetCoreAppCurrent)\System.Private.Runtime.InteropServices.JavaScript.dll"
       MicrosoftNetCoreAppRuntimePackDir="$(MicrosoftNetCoreAppRuntimePackDir)"
       MainAssembly="bin\WasmSample.dll"
       MainJS="runtime.js"