pieterderycke / Jace

Jace.NET is a calculation engine for the .NET platform.
MIT License
433 stars 95 forks source link

Upgrade to NetStandard 2.0 #70

Open ocdavison opened 3 years ago

ocdavison commented 3 years ago

If this could be upgraded to NetStandard 2.0 at some point, it would be greatly appreciated. Thx!

patrickklaeren commented 3 years ago

What do you gain from that...?

timjen3 commented 1 year ago

Updating to 2.0 wouldn't do anything for consumers. It would just prevent a few dotnet implementations from using the library. You can compare implementation support with the table here: https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-1-6

The only reason you upgrade versions is to get access to cool new APIs. But if it's already built with 1.6 not a lot of reason to update it.