.Net Standard version
Closed this issue · 1 comments
bgiromini commented
Any way we could target .Net Standard? I have an older .Net Framework application that is migrating from ElasticSearch and could use it.
bgiromini commented
Seems that you cannot target netstandard2.0 with this library because it relies on C#10 functionality which is not compatible with the older framework. Looks like I will just have to use RestSharp for now.