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

Allow net50 in addition to netstandard 2.0? #30

Open
IceReaper opened this issue Nov 19, 2020 · 1 comment
Open

Allow net50 in addition to netstandard 2.0? #30

IceReaper opened this issue Nov 19, 2020 · 1 comment

Comments

@IceReaper
Copy link

IceReaper commented Nov 19, 2020

Does anything specific speak against supporting net50 as target framework?
I am currently using special empty H5 csproj files which point on the same libraries i use in desktop environment.
However defining the projects as net5.0 would not require out libraries to avoid using modern language features like switch expressions etc.

@theolivenbaum
Copy link
Collaborator

@IceReaper I've to test, but the most probably issue is missing APIs that have to be identified and implemented in the standard library. netstandard2.0 has a smaller subset of APIs than netstandard2.1 and subsequently net5.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants