dbelmont / ExpressionBuilder

A library that provides a simple way to create lambda expressions to filter lists and database queries.
Apache License 2.0
372 stars 105 forks source link

How to compile ? #15

Closed clabnet closed 6 years ago

clabnet commented 6 years ago

I have VS2015, .net 4 until 4.71, what .NET framework must use to compile ?

dbelmont commented 6 years ago

Hi Claudio,

Unfortunately, the last release was built using some features only available on C# 7, but I've already fixed it and it will be in the next release (that should be available in a few days). In this meanwhile, you can check out the branch v1.1.2 (which is the next release branch).

Many thanks for your interest in the project and sorry for the late reply.

Cheers, David