We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2579e7 commit 07e4979Copy full SHA for 07e4979
2 files changed
wasm/LinkerConfig.xml
@@ -6,4 +6,5 @@
6
<assembly fullname="System.Core" />
7
<assembly fullname="System.Collections" />
8
<assembly fullname="System.Net.Http" />
9
+ <assembly fullname="System.Memory" />
10
</linker>
wasm/Program.cs
@@ -24,7 +24,8 @@ public static class Program
24
"System",
25
"System.Core",
26
"System.Collections",
27
- "System.Net.Http"
+ "System.Net.Http",
28
+ "System.Memory"
29
);
30
private static readonly IEnumerable<string> defaultUsings = new[]
31
{
0 commit comments