Skip to content

Commit

Permalink
[browser][MT] add missing core assemblies (#105244)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelsavara authored Jul 22, 2024
1 parent 01da4f7 commit 5eaf08f
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ public class BootJsonBuilderHelper(TaskLoggingHelper Log, string DebugLevel, boo
];

private static readonly string[] extraMultiThreadedCoreAssemblyName = [
"System.Threading.Channels"
"System.Threading.Channels",
"System.Threading.ThreadPool",
"System.Threading",
"System.Collections",
"System.Collections.Concurrent",
];

public bool IsCoreAssembly(string fileName)
Expand Down

0 comments on commit 5eaf08f

Please sign in to comment.