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

Commit 757ae86

Browse files
committed
Remove uneccessary dependencies
1 parent 71719ee commit 757ae86

File tree

6 files changed

+1
-51
lines changed

6 files changed

+1
-51
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,12 @@
1919
"frameworks": {
2020
"netstandard1.1": {
2121
"dependencies" : {
22-
"System.Linq.Expressions" : "4.1.0",
2322
"System.Runtime.Serialization.Primitives" : "4.1.1-*",
2423
"System.Runtime.Serialization.Xml" : "4.1.1",
25-
"System.Net.Http" : "4.1.0",
2624
"System.Net.Requests" : "4.0.11",
27-
"System.IO" : "4.1.0",
2825
"System.Dynamic.Runtime" : "4.0.11",
2926
"Microsoft.CSharp" : "4.0.1-*",
30-
"System.Reflection": "4.1.0-*",
31-
"System.Reflection.Extensions" : "4.0.1",
3227
"System.Reflection.Emit" : "4.0.1",
33-
"System.Reflection.Emit.Lightweight": "4.0.1"
3428
}
3529
}
3630

tests/ServiceStack.Text.Tests.NetCore/Northwind.Common/project.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@
2323
"netcoreapp10" : {
2424
"imports": "dnxcore50",
2525
"dependencies" : {
26-
"System.Collections": "4.0.11",
27-
"System.Drawing.Primitives" : "4.0.0",
28-
"System.Collections.Specialized": "4.0.1",
29-
"System.Runtime.Serialization.Json": "4.0.2",
30-
"System.Runtime.Serialization.Primitives": "4.1.1",
31-
"System.Collections.NonGeneric": "4.0.1"
3226
},
3327
"bin" : { "assembly":"../../../lib/tests/netcore/Northwind.Common.dll", "pdb" : "../../../lib/tests/netcore/Northwind.Common.pdb" }
3428
}

tests/ServiceStack.Text.Tests.NetCore/ServiceStack.Client/project.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,6 @@
2222
"frameworks": {
2323
"netstandard1.1": {
2424
"dependencies" : {
25-
"System.Linq.Expressions" : "4.1.0",
26-
"System.Runtime.Serialization.Primitives" : "4.1.1-*",
27-
"System.Runtime.Serialization.Xml" : "4.1.1",
28-
"System.Net.Http" : "4.1.0",
29-
"System.Net.Requests" : "4.0.11",
30-
"System.IO" : "4.1.0",
31-
"System.Dynamic.Runtime" : "4.0.11",
32-
"Microsoft.CSharp" : "4.0.1-*",
33-
"System.Reflection": "4.1.0-*",
34-
"System.Reflection.Extensions" : "4.0.1",
35-
"System.Reflection.Emit" : "4.0.1",
36-
"System.Reflection.Emit.Lightweight": "4.0.1"
3725
},
3826
"bin" : { "assembly":"../../../lib/tests/netcore/ServiceStack.Client.dll", "pdb" : "../../../lib/tests/netcore/ServiceStack.Client.pdb" }
3927
}

tests/ServiceStack.Text.Tests.NetCore/ServiceStack.Common/project.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,6 @@
2121
"frameworks": {
2222
"netstandard1.1": {
2323
"dependencies" : {
24-
"System.Linq.Expressions" : "4.1.0",
25-
"System.Runtime.Serialization.Primitives" : "4.1.1-*",
26-
"System.Runtime.Serialization.Xml" : "4.1.1",
27-
"System.Net.Http" : "4.1.0",
28-
"System.Net.Requests" : "4.0.11",
29-
"System.IO" : "4.1.0",
30-
"System.Dynamic.Runtime" : "4.0.11",
31-
"Microsoft.CSharp" : "4.0.1-*",
32-
"System.Reflection": "4.1.0-*",
33-
"System.Reflection.Extensions" : "4.0.1",
34-
"System.Reflection.Emit" : "4.0.1",
35-
"System.Reflection.Emit.Lightweight": "4.0.1"
3624
},
3725
"bin" : { "assembly":"../../../lib/tests/netcore/ServiceStack.Common.dll", "pdb" : "../../../lib/tests/netcore/ServiceStack.Common.pdb" }
3826
}

tests/ServiceStack.Text.Tests.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/tests/netcore/ServiceStack.Interfaces.dll", "pdb" : "../../../lib/tests/netcore/ServiceStack.Interfaces.pdb" }
3123
}

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,7 @@
3636
"System.Drawing.Primitives" : "4.0.0",
3737
"System.Collections.Specialized": "4.0.1",
3838
"System.Runtime.Serialization.Json": "4.0.2",
39-
"System.Runtime.Serialization.Primitives": "4.1.1",
40-
"System.Collections.NonGeneric": "4.0.1",
41-
"System.Diagnostics.Tracing": "4.1.0",
42-
"System.Diagnostics.Debug": "4.0.11",
43-
"System.Diagnostics.TextWriterTraceListener" : "4.0.0",
44-
"System.Reflection": "4.1.0",
45-
"System.Reflection.Extensions" : "4.0.1",
39+
"System.Collections.NonGeneric": "4.0.1"
4640
}
4741
}
4842
}

0 commit comments

Comments
 (0)