Kamel Abiad
Kamel Abiad

Reputation: 31

Nest dll for framework 3.5

var settings = new ConnectionSettings( defaultIndex: "documents" ); var client = new ElasticClient(settings);

I was trying to use nest with my project (framework 3.5) but it's not working, please I need the Dll that the support this framework version.

Best,

Upvotes: 3

Views: 581

Answers (1)

anderso
anderso

Reputation: 981

As far as I can see in the NuGet feed, there is no version of NEST that supports .NET 3.5.

Upvotes: 0

Related Questions