curiosity-ai / h5

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

Support for net-standard 2.1 #56

Closed hey24sheep closed 2 years ago

hey24sheep commented 2 years ago

Hi, can support be added for "net-standard 2.1" ? thanks.

theolivenbaum commented 2 years ago

Hi @hey24sheep - I just tested and actually compiling a netstandard2.1 h5 project works - there will be for sure APIs missing - but it didn't seem to affect the compilation as I expected it would.

theolivenbaum commented 2 years ago

Might be useful to see if anything important is missing: https://github.com/dotnet/standard/blob/master/docs/comparisons/netstandard2.0_vs_netcoreapp2.0/README.md

hey24sheep commented 2 years ago

Thanks 👍🏻