Skip to content

Commit dad1c64

Browse files
committed
fix #1772 fix Json.NET dependency
1 parent 36cda72 commit dad1c64

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/Nest/project.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,8 @@
4949
}
5050
},
5151
"dependencies": {
52-
"Elasticsearch.Net": {
53-
"target": "project"
54-
},
55-
"Newtonsoft.Json": "8.0.2"
52+
"Elasticsearch.Net": { "target": "project" },
53+
"Newtonsoft.Json": "[8, 9)"
5654
},
5755
"commands": {
5856
},

0 commit comments

Comments
 (0)