curiosity-ai / h5

🚀 The next generation C# to JavaScript compiler
https://github.com/curiosity-ai/h5
Apache License 2.0
215 stars 31 forks source link

Allow net50 in addition to netstandard 2.0? #30

Open IceReaper opened 3 years ago

IceReaper commented 3 years ago

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 commented 3 years ago

@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