Skip to content
This repository has been archived by the owner on Sep 20, 2019. It is now read-only.

Commit

Permalink
Update dependencies to support WebSockets on Unix
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianHockmann committed Jan 27, 2017
1 parent 789fe5e commit b9dfa51
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/Gremlin.Net/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"title": "Gremlin.Net",
"description": "Gremlin.Net is a cross-platform Gremlin Server driver for .NET that is written in C#. It uses WebSockets to communicate with Gremlin Server.",
"authors": ["Florian Hockmann"],
"version": "0.1.2-*",
"version": "0.1.3-*",
"dependencies": {
"System.Collections": "4.0.11",
"System.Linq": "4.1.0",
"System.Runtime": "4.1.0",
"System.Runtime.InteropServices": "4.1.0",
"System.Threading": "4.0.11",
"System.Collections": "4.3.0",
"System.Linq": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Threading": "4.3.0",
"Newtonsoft.Json": "9.0.1",
"System.Net.WebSockets": "4.0.0",
"System.Net.WebSockets.Client": "4.0.0",
"System.Collections.Concurrent": "4.0.12"
"System.Net.WebSockets": "4.3.0",
"System.Net.WebSockets.Client": "4.3.0",
"System.Collections.Concurrent": "4.3.0"
},
"frameworks": {
"netstandard1.3": {
Expand Down

0 comments on commit b9dfa51

Please sign in to comment.