From 2128b49664a2f55aeea75636f37510d8f0f46720 Mon Sep 17 00:00:00 2001 From: Javier Calvarro Nelson Date: Sun, 21 Mar 2021 06:08:49 -0700 Subject: [PATCH] [Blazor] [Desktop] Exclude Resources.resx from the embedded file manifest Excludes unnecessary embedded resources from the embedded files manifest provider. --- .../src/Microsoft.AspNetCore.Components.WebView.csproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Components/WebView/WebView/src/Microsoft.AspNetCore.Components.WebView.csproj b/src/Components/WebView/WebView/src/Microsoft.AspNetCore.Components.WebView.csproj index 269755ed4f20..3afe19b99c9d 100644 --- a/src/Components/WebView/WebView/src/Microsoft.AspNetCore.Components.WebView.csproj +++ b/src/Components/WebView/WebView/src/Microsoft.AspNetCore.Components.WebView.csproj @@ -15,6 +15,10 @@ + + + +