Skip to content

Commit 6ffcb07

Browse files
committed
Only support Json.NET >= 8 and < 9 for now
in order to support Json.NET 7, we would need to run builds against 7 and 8 to verify compatibility. Think this also means that the published package needs to be built against 7
1 parent 1166d8e commit 6ffcb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/NEST.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<description>Strongly typed interface to Elasticsearch. Fluent and classic object initializer mappings of requests and responses. Uses and exposes Elasticsearch.Net</description>
1515
<dependencies>
1616
<dependency id="Elasticsearch.Net" version="2.0.0-alpha1"/>
17-
<dependency id="Newtonsoft.Json" version="[7,9)" />
17+
<dependency id="Newtonsoft.Json" version="[8,9)" />
1818
</dependencies>
1919
<tags>elasticsearch elastic search lucene nest</tags>
2020
</metadata>

0 commit comments

Comments
 (0)