Skip to content

Commit

Permalink
Linker: keep the whole mscorlib
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed Sep 4, 2019
1 parent 0a8bf05 commit 7c71ea7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/WebFsc.Client/linker.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,5 @@
<assembly fullname="System.Runtime.Extensions"></assembly>
<assembly fullname="System.Threading.Tasks"></assembly>
<assembly fullname="System.Xml.Linq"></assembly>

<!-- Copy from microsoft.aspnetcore.blazor.build's BuiltInBclLinkerDescriptor.xml -->
<assembly fullname="mscorlib">
<!-- Preserve all methods on WasmRuntime, because these are called by JS-side code
to implement timers. Fixes https://github.com/aspnet/Blazor/issues/239 -->
<type fullname="System.Threading.WasmRuntime" />
</assembly>
<assembly fullname="mscorlib"></assembly>
</linker>

0 comments on commit 7c71ea7

Please sign in to comment.