Hi,
I need guidance/help regarding to migration of ElasticSearch 1.x to 6.x. Here is my question and what I need. I have to use NEST client on .Net Core version 6.x but I dont want to change elasticSearch version of server which 1.x. Is it possible to just migrate my .net core client to6.x and use 1.x as server side?
If not, what can you recommend to this migration since I have to upgrade my .net framework to .net core? How should I continue?