From bd3835570c097810dcb365070a7fcf53ae467dd4 Mon Sep 17 00:00:00 2001 From: Artak <34246760+mkArtakMSFT@users.noreply.github.com> Date: Thu, 30 Apr 2020 08:52:23 -0700 Subject: [PATCH 1/3] Marked the Mono.WebAssembly.Interop package as non-shipping This has shipped few times and we've manually unlisted it, but those were supposed to not go out. This package has been replaced by Microsoft.JSInterop.WebAssembly package --- .../src/Mono.WebAssembly.Interop.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Components/Blazor/Mono.WebAssembly.Interop/src/Mono.WebAssembly.Interop.csproj b/src/Components/Blazor/Mono.WebAssembly.Interop/src/Mono.WebAssembly.Interop.csproj index ea714b2d92dc..68860d0a6c62 100644 --- a/src/Components/Blazor/Mono.WebAssembly.Interop/src/Mono.WebAssembly.Interop.csproj +++ b/src/Components/Blazor/Mono.WebAssembly.Interop/src/Mono.WebAssembly.Interop.csproj @@ -5,8 +5,8 @@ Abstractions and features for interop between Mono WebAssembly and JavaScript code. wasm;javascript;interop true - true - true + false + false false From 103ab832a5323bc5ae5c8a024350b84924d71a16 Mon Sep 17 00:00:00 2001 From: Artak <34246760+mkArtakMSFT@users.noreply.github.com> Date: Thu, 30 Apr 2020 11:36:39 -0700 Subject: [PATCH 2/3] Update src/Components/Blazor/Mono.WebAssembly.Interop/src/Mono.WebAssembly.Interop.csproj Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com> --- .../Mono.WebAssembly.Interop/src/Mono.WebAssembly.Interop.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Components/Blazor/Mono.WebAssembly.Interop/src/Mono.WebAssembly.Interop.csproj b/src/Components/Blazor/Mono.WebAssembly.Interop/src/Mono.WebAssembly.Interop.csproj index 68860d0a6c62..06c5797afc9c 100644 --- a/src/Components/Blazor/Mono.WebAssembly.Interop/src/Mono.WebAssembly.Interop.csproj +++ b/src/Components/Blazor/Mono.WebAssembly.Interop/src/Mono.WebAssembly.Interop.csproj @@ -6,6 +6,7 @@ wasm;javascript;interop true false + true false false From 22843f9a0a9bcefdfcc4ca94c35778c80a485073 Mon Sep 17 00:00:00 2001 From: Artak <34246760+mkArtakMSFT@users.noreply.github.com> Date: Thu, 30 Apr 2020 11:37:21 -0700 Subject: [PATCH 3/3] Update src/Components/Blazor/Mono.WebAssembly.Interop/src/Mono.WebAssembly.Interop.csproj --- .../Mono.WebAssembly.Interop/src/Mono.WebAssembly.Interop.csproj | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Components/Blazor/Mono.WebAssembly.Interop/src/Mono.WebAssembly.Interop.csproj b/src/Components/Blazor/Mono.WebAssembly.Interop/src/Mono.WebAssembly.Interop.csproj index 06c5797afc9c..84ef24a0305d 100644 --- a/src/Components/Blazor/Mono.WebAssembly.Interop/src/Mono.WebAssembly.Interop.csproj +++ b/src/Components/Blazor/Mono.WebAssembly.Interop/src/Mono.WebAssembly.Interop.csproj @@ -5,7 +5,6 @@ Abstractions and features for interop between Mono WebAssembly and JavaScript code. wasm;javascript;interop true - false true false false