nreco / lambdaparser

Runtime parser for string expressions (formulas, method calls). Builds dynamic LINQ expression tree and compiles it to lambda delegate.
http://www.nrecosite.com/
MIT License
307 stars 55 forks source link

.NET Standard2.0 support #15

Closed rustbomber closed 5 years ago

rustbomber commented 5 years ago

Migrate to .NET Standard2.0.

VitaliyMF commented 5 years ago

Could you let me know why do you need exactly netstandard2.0 build? NReco.LambdaParser targets netstandard1.3 as it just doesn't need any API from netstandard2.0. You can reference netstandard1.3 almost from any .NET project type (in fact NReco.LambdaParser includes builds even for legacy 'portable' targets).

VitaliyMF commented 5 years ago

Shipped in 1.0.9