Skip to content

Commit 66024d8

Browse files
committed
Remove uneeded dependencies
1 parent c52b051 commit 66024d8

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

src/Elasticsearch.Net/project.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@
7070
"System.Runtime.Serialization": {
7171
"type": "build"
7272
}
73-
},
74-
"dependencies": {
75-
"System.Collections.Specialized": "4.0.1",
76-
"System.Reflection.TypeExtensions": "4.1.0"
7773
}
7874
},
7975
"net45": {

src/Nest/project.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
},
3030
"copyright": "2014-2016 Elasticsearch BV",
3131
"buildOptions": {
32-
"version": "5.0.0-alpha2",
3332
"warningsAsErrors": false
3433
},
3534
"configurations": {
@@ -78,11 +77,6 @@
7877
"System.ServiceModel": {
7978
"type": "build"
8079
}
81-
},
82-
"dependencies": {
83-
"System.Collections.Specialized": "4.0.1",
84-
"System.Reflection.TypeExtensions": "4.1.0",
85-
"System.Linq.Queryable": "4.0.0"
8680
}
8781
},
8882
"net45": {

src/Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@
6161
]
6262
}
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)