Lokad / ILPack

Serialize .NET Core assemblies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serialize different core library for .NET Core vs. NET Framework

osman-turan opened this issue · comments

To support both .NET Core and .NET Framework, we need to serialize either mscorlib for .NET Framework and System.Runtime for .NET Core as core library. Ideally this decision should be taken at runtime without compile-time directives.