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

Commit ced379d

Browse files
authored
Merge pull request #227 from ServiceStack/netcore
Using the same codebase for .NET Core and .NET
2 parents 050237b + 1870e73 commit ced379d

16 files changed

+516
-287
lines changed

lib/netcore/ServiceStack.Client.deps.json

100644100755
Lines changed: 2 additions & 111 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,16 @@
11
{
22
"runtimeTarget": {
33
"name": ".NETStandard,Version=v1.1/",
4-
"signature": "fdd2fdf534331ec43fc9535a9f374e502d2754bd"
4+
"signature": "c2ca356217873e400c28ec0f561ccb6ded04b221"
55
},
66
"compilationOptions": {},
77
"targets": {
88
".NETStandard,Version=v1.1": {},
99
".NETStandard,Version=v1.1/": {
1010
"ServiceStack.Client/1.0.0": {
1111
"dependencies": {
12-
"System.Linq.Expressions": "4.1.0",
13-
"System.Runtime.Serialization.Primitives": "4.1.1",
14-
"System.Runtime.Serialization.Xml": "4.1.1",
15-
"System.Net.Http": "4.1.0",
1612
"System.Net.Requests": "4.0.11",
17-
"System.IO": "4.1.0",
18-
"System.Dynamic.Runtime": "4.0.11",
19-
"Microsoft.CSharp": "4.0.1",
20-
"System.Reflection": "4.1.0",
21-
"System.Reflection.Extensions": "4.0.1",
22-
"System.Reflection.Emit": "4.0.1",
23-
"System.Reflection.Emit.Lightweight": "4.0.1",
2413
"System.ServiceModel.Primitives": "4.1.0",
25-
"System.ServiceModel.Http": "4.1.0",
2614
"System.Xml.XmlSerializer": "4.0.11",
2715
"NETStandard.Library": "1.6.0",
2816
"ServiceStack.Interfaces": "1.0.0",
@@ -32,13 +20,6 @@
3220
"ServiceStack.Client.dll": {}
3321
}
3422
},
35-
"Microsoft.CSharp/4.0.1": {
36-
"dependencies": {
37-
"System.Dynamic.Runtime": "4.0.11",
38-
"System.Linq.Expressions": "4.1.0",
39-
"System.Runtime": "4.1.0"
40-
}
41-
},
4223
"Microsoft.NETCore.Platforms/1.0.1": {},
4324
"Microsoft.NETCore.Targets/1.0.1": {},
4425
"NETStandard.Library/1.6.0": {
@@ -120,14 +101,6 @@
120101
"System.Runtime": "4.1.0"
121102
}
122103
},
123-
"System.Dynamic.Runtime/4.0.11": {
124-
"dependencies": {
125-
"System.Linq.Expressions": "4.1.0",
126-
"System.ObjectModel": "4.0.12",
127-
"System.Reflection": "4.1.0",
128-
"System.Runtime": "4.1.0"
129-
}
130-
},
131104
"System.Globalization/4.0.11": {
132105
"dependencies": {
133106
"Microsoft.NETCore.Platforms": "1.0.1",
@@ -201,30 +174,6 @@
201174
"System.Runtime": "4.1.0"
202175
}
203176
},
204-
"System.Reflection.Emit/4.0.1": {
205-
"dependencies": {
206-
"System.IO": "4.1.0",
207-
"System.Reflection": "4.1.0",
208-
"System.Reflection.Emit.ILGeneration": "4.0.1",
209-
"System.Reflection.Primitives": "4.0.1",
210-
"System.Runtime": "4.1.0"
211-
}
212-
},
213-
"System.Reflection.Emit.ILGeneration/4.0.1": {
214-
"dependencies": {
215-
"System.Reflection": "4.1.0",
216-
"System.Reflection.Primitives": "4.0.1",
217-
"System.Runtime": "4.1.0"
218-
}
219-
},
220-
"System.Reflection.Emit.Lightweight/4.0.1": {
221-
"dependencies": {
222-
"System.Reflection": "4.1.0",
223-
"System.Reflection.Emit.ILGeneration": "4.0.1",
224-
"System.Reflection.Primitives": "4.0.1",
225-
"System.Runtime": "4.1.0"
226-
}
227-
},
228177
"System.Reflection.Extensions/4.0.1": {
229178
"dependencies": {
230179
"Microsoft.NETCore.Platforms": "1.0.1",
@@ -308,16 +257,6 @@
308257
"lib/netstandard1.0/System.Security.Principal.dll": {}
309258
}
310259
},
311-
"System.ServiceModel.Http/4.1.0": {
312-
"dependencies": {
313-
"System.Net.Primitives": "4.0.11",
314-
"System.Net.Requests": "4.0.11",
315-
"System.Runtime": "4.1.0",
316-
"System.Runtime.Serialization.Xml": "4.1.1",
317-
"System.ServiceModel.Primitives": "4.1.0",
318-
"System.Text.Encoding": "4.0.11"
319-
}
320-
},
321260
"System.ServiceModel.Primitives/4.1.0": {
322261
"dependencies": {
323262
"System.ComponentModel.EventBasedAsync": "4.0.11",
@@ -392,14 +331,8 @@
392331
},
393332
"ServiceStack.Interfaces/1.0.0": {
394333
"dependencies": {
395-
"System.Linq.Expressions": "4.1.0",
334+
"System.Runtime": "4.1.0",
396335
"System.Runtime.Serialization.Primitives": "4.1.1",
397-
"System.Runtime.Serialization.Xml": "4.1.1",
398-
"System.Net.Http": "4.1.0",
399-
"System.Net.Requests": "4.0.11",
400-
"System.IO": "4.1.0",
401-
"System.Dynamic.Runtime": "4.0.11",
402-
"Microsoft.CSharp": "4.0.1",
403336
"NETStandard.Library": "1.6.0"
404337
},
405338
"runtime": {
@@ -408,18 +341,6 @@
408341
},
409342
"ServiceStack.Text/1.0.0": {
410343
"dependencies": {
411-
"System.Linq.Expressions": "4.1.0",
412-
"System.Runtime.Serialization.Primitives": "4.1.1",
413-
"System.Runtime.Serialization.Xml": "4.1.1",
414-
"System.Net.Http": "4.1.0",
415-
"System.Net.Requests": "4.0.11",
416-
"System.IO": "4.1.0",
417-
"System.Dynamic.Runtime": "4.0.11",
418-
"Microsoft.CSharp": "4.0.1",
419-
"System.Reflection": "4.1.0",
420-
"System.Reflection.Extensions": "4.0.1",
421-
"System.Reflection.Emit": "4.0.1",
422-
"System.Reflection.Emit.Lightweight": "4.0.1",
423344
"NETStandard.Library": "1.6.0"
424345
},
425346
"runtime": {
@@ -434,11 +355,6 @@
434355
"serviceable": false,
435356
"sha512": ""
436357
},
437-
"Microsoft.CSharp/4.0.1": {
438-
"type": "package",
439-
"serviceable": true,
440-
"sha512": "sha512-c4ol8HkR/1W+AkK50loJeGKptyjA1r/lU3WWvBGsyTxGvA27A4cqRpVt0jJgsqR44DGBR7Mbbv3B+gr+SBB8bw=="
441-
},
442358
"Microsoft.NETCore.Platforms/1.0.1": {
443359
"type": "package",
444360
"serviceable": true,
@@ -489,11 +405,6 @@
489405
"serviceable": true,
490406
"sha512": "sha512-/GYpoJLNumZAaRu8phpTRdjvSBqJOmefQOOEktaJFUG1bj4IHRXhiyOC1avoVSWBPL7iCJaOBeHxnuv11IGbVw=="
491407
},
492-
"System.Dynamic.Runtime/4.0.11": {
493-
"type": "package",
494-
"serviceable": true,
495-
"sha512": "sha512-/CouRkFI076T0mbm2t8sruiYRje5Q382vLccOScc3bpg0n8v+D0sdjibqsSq053HGvF0eEyhl3rPOyQgiFpyxQ=="
496-
},
497408
"System.Globalization/4.0.11": {
498409
"type": "package",
499410
"serviceable": true,
@@ -544,21 +455,6 @@
544455
"serviceable": true,
545456
"sha512": "sha512-5kGUF30YxHiqTy/vztTk5XGiEy7/Kd21oA2RmK3SVo+vrwcuInQx+BAvC5+torQNKv9UStWQpOW8T6MhTqBODg=="
546457
},
547-
"System.Reflection.Emit/4.0.1": {
548-
"type": "package",
549-
"serviceable": true,
550-
"sha512": "sha512-mq+vwl0B2SqlgdE/Kd62CETo765axYPwB9Rj7rkNmBQLh8XRJho07FD3AUx8nwBNh3+ZcbwEt9ZYV7DK/2pgyQ=="
551-
},
552-
"System.Reflection.Emit.ILGeneration/4.0.1": {
553-
"type": "package",
554-
"serviceable": true,
555-
"sha512": "sha512-BsGsSbAPCg8VC27TLlH2xqaA7FU4f24LkOC2CDluJ7tJCQnkmHJ4CPKINDpdFVfOwDRaB/YtmuiAE7ZqvuME3Q=="
556-
},
557-
"System.Reflection.Emit.Lightweight/4.0.1": {
558-
"type": "package",
559-
"serviceable": true,
560-
"sha512": "sha512-JEGT0Bllc1c8ndCBfso3RzzBn9u4dtohkyt2NkP5/UFNmapaqpb4aMTUxDhqn/UhelRV3M21DGXH5gNcPmj80w=="
561-
},
562458
"System.Reflection.Extensions/4.0.1": {
563459
"type": "package",
564460
"serviceable": true,
@@ -614,11 +510,6 @@
614510
"serviceable": true,
615511
"sha512": "sha512-C/+csurhHcDRfS5TcNIk/5ajY6Ew6KGXUlKDoJ//MP6LN/nCGYnqJmZXoYjVqXE8TafcNO31nbjXwbJIlX38Kg=="
616512
},
617-
"System.ServiceModel.Http/4.1.0": {
618-
"type": "package",
619-
"serviceable": true,
620-
"sha512": "sha512-sCIV+wrA4Antjnk0+fk6rxpzQkd2bReN4UTipGv5iyPNApVv/KtAfeDMg+YIajJ7VkQD60uVBTQmy3LZrRnNOw=="
621-
},
622513
"System.ServiceModel.Primitives/4.1.0": {
623514
"type": "package",
624515
"serviceable": true,

lib/netcore/ServiceStack.Client.dll

100644100755
0 Bytes
Binary file not shown.

lib/netcore/ServiceStack.Client.pdb

100644100755
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)