Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
osman-turan opened this issue Mar 9, 2019 · 0 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@osman-turan
Copy link
Collaborator

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.

@osman-turan osman-turan added the bug Something isn't working label Mar 9, 2019
@osman-turan osman-turan self-assigned this Mar 9, 2019
osman-turan added a commit that referenced this issue Mar 9, 2019
This commit detects framework at runtime and serialize required core library accordingly.

Fixes: #20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant