Skip to content

Commit 784ee34

Browse files
committed
Remove unnecessary dependencies for .NET 4.6
1 parent 639153c commit 784ee34

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
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 & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,6 @@
7878
"System.ServiceModel": {
7979
"type": "build"
8080
}
81-
},
82-
"dependencies": {
83-
"System.Collections.Specialized": "4.0.1",
84-
"System.Reflection.TypeExtensions": "4.1.0",
85-
"System.Linq.Queryable": "4.0.0"
8681
}
8782
},
8883
"net45": {

0 commit comments

Comments
 (0)