From b77b242c39a7af9e1161ea1e5402912c2f032db0 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Sat, 25 Jul 2020 20:34:14 +0200 Subject: [PATCH] Fix CoreLib path resolution (#39921) Fixes issue described in https://github.com/dotnet/runtime/pull/39891#issuecomment-663767530. --- src/mono/wasm/wasm.targets | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/mono/wasm/wasm.targets b/src/mono/wasm/wasm.targets index e3210db..9934c9a 100644 --- a/src/mono/wasm/wasm.targets +++ b/src/mono/wasm/wasm.targets @@ -20,13 +20,16 @@ - - - - + + + + + + + -- 2.7.4