Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 9862e1c

Browse files
committed
Remove uneccessary dependencies
1 parent 5a72dcd commit 9862e1c

File tree

5 files changed

+1
-59
lines changed

5 files changed

+1
-59
lines changed

src/ServiceStack.Redis.NetCore/ServiceStack.Common/project.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,6 @@
2323
"define": ["NETSTANDARD1_1"]
2424
},
2525
"dependencies" : {
26-
"System.Linq.Expressions" : "4.1.0",
27-
"System.Runtime.Serialization.Primitives" : "4.1.1-*",
28-
"System.Runtime.Serialization.Xml" : "4.1.1",
29-
"System.Net.Http" : "4.1.0",
30-
"System.Net.Requests" : "4.0.11",
31-
"System.IO" : "4.1.0",
32-
"System.Dynamic.Runtime" : "4.0.11",
33-
"Microsoft.CSharp" : "4.0.1-*",
34-
"System.Reflection": "4.1.0-*",
35-
"System.Reflection.Extensions" : "4.0.1",
36-
"System.Reflection.Emit" : "4.0.1",
37-
"System.Reflection.Emit.Lightweight": "4.0.1",
38-
"System.ServiceModel.Primitives" : "4.1.0",
39-
"System.ServiceModel.Http" : "4.1.0",
40-
"System.Xml.XmlSerializer" : "4.0.11",
41-
"System.Data.Common" : "4.1.0"
4226
},
4327
"bin" : { "assembly":"../../../lib/netcore/ServiceStack.Common.dll", "pdb" : "../../../lib/netcore/ServiceStack.Common.pdb" }
4428
}

src/ServiceStack.Redis.NetCore/ServiceStack.Interfaces/project.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@
1818
"frameworks": {
1919
"netstandard1.1": {
2020
"dependencies" : {
21-
"System.Linq.Expressions" : "4.1.0",
22-
"System.Runtime.Serialization.Primitives" : "4.1.1",
23-
"System.Runtime.Serialization.Xml" : "4.1.1",
24-
"System.Net.Http" : "4.1.0",
25-
"System.Net.Requests" : "4.0.11",
26-
"System.IO" : "4.1.0",
27-
"System.Dynamic.Runtime" : "4.0.11",
28-
"Microsoft.CSharp" : "4.0.1"
2921
},
3022
"bin" : { "assembly":"../../../lib/netcore/ServiceStack.Interfaces.dll", "pdb" : "../../../lib/netcore/ServiceStack.Interfaces.pdb" }
3123
}

src/ServiceStack.Redis.NetCore/ServiceStack.Redis/project.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,9 @@
2323
"frameworks": {
2424
"netstandard1.3": {
2525
"dependencies" : {
26-
"System.Linq.Expressions" : "4.1.0",
27-
"System.Runtime.Serialization.Primitives" : "4.1.1-*",
28-
"System.Runtime.Serialization.Xml" : "4.1.1",
29-
"System.Net.Http" : "4.1.0",
30-
"System.Net.Requests" : "4.0.11",
3126
"System.Net.Security" : "4.0.0",
32-
"System.IO" : "4.1.0",
33-
"System.Dynamic.Runtime" : "4.0.11",
34-
"Microsoft.CSharp" : "4.0.1-*",
35-
"System.Reflection": "4.1.0-*",
36-
"System.Reflection.Extensions" : "4.0.1",
37-
"System.Reflection.Emit" : "4.0.1",
38-
"System.Reflection.Emit.Lightweight": "4.0.1",
3927
"System.Collections.Specialized": "4.0.1",
4028
"System.Collections.NonGeneric": "4.0.1",
41-
"System.Security.Cryptography.Algorithms" : "4.2.0",
4229
"System.Net.NameResolution" : "4.0.0"
4330
}
4431
}

src/ServiceStack.Redis.NetCore/ServiceStack.Text/project.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,6 @@
1818
"frameworks": {
1919
"netstandard1.1": {
2020
"dependencies" : {
21-
"System.Linq.Expressions" : "4.1.0",
22-
"System.Runtime.Serialization.Primitives" : "4.1.1-*",
23-
"System.Runtime.Serialization.Xml" : "4.1.1",
24-
"System.Net.Http" : "4.1.0",
25-
"System.Net.Requests" : "4.0.11",
26-
"System.IO" : "4.1.0",
27-
"System.Dynamic.Runtime" : "4.0.11",
28-
"Microsoft.CSharp" : "4.0.1-*",
29-
"System.Reflection": "4.1.0-*",
30-
"System.Reflection.Extensions" : "4.0.1",
31-
"System.Reflection.Emit" : "4.0.1",
32-
"System.Reflection.Emit.Lightweight": "4.0.1"
3321
},
3422
"bin" : { "assembly":"../../../lib/netcore/ServiceStack.Text.dll", "pdb" : "../../../lib/netcore/ServiceStack.Text.pdb" }
3523
}

tests/ServiceStack.Redis.Tests.NetCore/ServiceStack.Redis.Tests/project.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,7 @@
3232
"netcoreapp1.0": {
3333
"imports": "dnxcore50",
3434
"dependencies" : {
35-
"System.Drawing.Primitives" : "4.0.0",
36-
"System.Collections.Specialized": "4.0.1",
37-
"System.Runtime.Serialization.Json": "4.0.2",
38-
"System.Runtime.Serialization.Primitives": "4.1.1",
39-
"System.Collections.NonGeneric": "4.0.1",
40-
"System.Diagnostics.Tracing": "4.1.0",
41-
"System.Diagnostics.Debug": "4.0.11",
42-
"System.Diagnostics.TextWriterTraceListener" : "4.0.0",
43-
"System.Reflection": "4.1.0",
44-
"System.Reflection.Extensions" : "4.0.1",
35+
"System.Runtime.Serialization.Primitives": "4.1.1"
4536
}
4637
}
4738
}

0 commit comments

Comments
 (0)