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

.NET Core compatibility #70

Open
ForNeVeR opened this issue Jun 30, 2016 · 1 comment
Open

.NET Core compatibility #70

ForNeVeR opened this issue Jun 30, 2016 · 1 comment
Assignees

Comments

@ForNeVeR
Copy link
Member

We aim to produce fully-fledged cross-platform solution, and we already support two common CLI implementations: Windows CLR/.NET and cross-platform Mono.

A couple of days ago .NET Core was released, and I think that we want to support it. We'll need to estimate any code and/or infrastructure changes required to add .NET Core support.

Maybe we'll want to define it as our main target platform, because, if I understand correctly, all existing Mono and CLR implementation are somehow compatible with .NET Core (i.e. it's a common denominator), and the new set of .NET Standards is a nice way to define compatibility level of our project (e.g. if we're compatible only with the latest desktop runtime versions then it's sufficient to declare netstandard1.6, and we should try to support most of the lower versions in our own runtime components to make sure programs compiled by Naggum may be run anywhere).

@ForNeVeR
Copy link
Member Author

I'll research the current situation and report back here before making any big decisions.

@ForNeVeR ForNeVeR self-assigned this Jun 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant