Skip to content

Commit e41281a

Browse files
Copilotjaviercn
andcommitted
Add ILLink.Descriptors.xml to Components.WebAssembly project
Co-authored-by: javiercn <[email protected]>
1 parent 56cfccb commit e41281a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<linker>
2+
<assembly fullname="System.Runtime">
3+
<type fullname="System.Collections.Generic.KeyValuePair`2" preserve="all" />
4+
</assembly>
5+
</linker>

src/Components/WebAssembly/WebAssembly/src/Microsoft.AspNetCore.Components.WebAssembly.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,10 @@
6565
<ItemGroup>
6666
<InternalsVisibleTo Include="DynamicProxyGenAssembly2" Key="$(MoqPublicKey)" />
6767
</ItemGroup>
68+
69+
<ItemGroup>
70+
<EmbeddedResource Include="ILLink.Descriptors.xml">
71+
<LogicalName>ILLink.Descriptors.xml</LogicalName>
72+
</EmbeddedResource>
73+
</ItemGroup>
6874
</Project>

0 commit comments

Comments
 (0)