Skip to content

Commit 746aeaf

Browse files
authored
[Blazor] [Desktop] Exclude Resources.resx from the embedded file manifest (#31107)
Excludes unnecessary embedded resources from the embedded files manifest provider.
1 parent d3c861f commit 746aeaf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Components/WebView/WebView/src/Microsoft.AspNetCore.Components.WebView.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
<ItemGroup>
1616
<InternalsVisibleTo Include="Microsoft.AspNetCore.Components.WebView.Test" />
1717
</ItemGroup>
18+
19+
<ItemGroup>
20+
<EmbeddedResource Update="Resources.resx" ExcludeFromManifest="true" />
21+
</ItemGroup>
1822

1923
<ItemGroup>
2024
<Compile Include="$(ComponentsSharedSourceRoot)src\WebEventData.cs" LinkBase="Shared" />

0 commit comments

Comments
 (0)