Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Elasticsearch and Asp.Net Core

I'm planning to build a simple forum and I've choose to do it with the new Asp.Net Core. I will use Elasticsearch and Nest library for searching inside it.

I wonder if Nest.Net version 2.4.6 is supported for Asp.Net Core? Where I can check that before start to writing code?

like image 988
Martin Dimitrov Avatar asked Nov 06 '16 16:11

Martin Dimitrov


1 Answers

Yes, it does!.

We currently support .NETStandard1.3 and greater, and are hoping we can drop down to 1.1, but there are a few dependencies blocking us at the moment.

like image 72
Greg Marzouka Avatar answered Sep 18 '22 23:09

Greg Marzouka