Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 778ea9e

Browse files
committed
Update PclExport.NetStandard.cs
1 parent 745383d commit 778ea9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.Text/PclExport.NetStandard.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public override void AddHeader(WebRequest webReq, string name, string value)
162162

163163
public override Assembly[] GetAllAssemblies()
164164
{
165-
return new Assembly[0];
165+
return AppDomain.CurrentDomain.GetAssemblies();
166166
}
167167

168168
public override string GetAssemblyCodeBase(Assembly assembly)

0 commit comments

Comments
 (0)