Reputation: 31
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
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