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

Commit ab57d9d

Browse files
committed
Update snk dlls
1 parent 540c6de commit ab57d9d

11 files changed

Lines changed: 27 additions & 15 deletions

lib/net45/ServiceStack.Client.dll

0 Bytes
Binary file not shown.

lib/net45/ServiceStack.Common.dll

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

lib/net45/ServiceStack.Server.dll

0 Bytes
Binary file not shown.

lib/net45/ServiceStack.Text.dll

0 Bytes
Binary file not shown.

lib/net45/ServiceStack.dll

0 Bytes
Binary file not shown.

lib/netstandard2.0/ServiceStack.Client.deps.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"dependencies": {
1212
"Microsoft.Extensions.Primitives": "2.0.0",
1313
"NETStandard.Library": "2.0.0",
14+
"ServiceStack.Interfaces": "1.0.0",
1415
"System.Collections.Specialized": "4.3.0",
1516
"System.Net.Requests": "4.3.0",
1617
"System.ServiceModel.Primitives": "4.3.0",
1718
"System.Xml.XmlSerializer": "4.3.0",
18-
"ServiceStack.Interfaces": "5.0.0.0",
1919
"ServiceStack.Text": "5.0.0.0"
2020
},
2121
"runtime": {
@@ -1109,7 +1109,10 @@
11091109
"lib/netstandard1.3/System.Xml.XmlSerializer.dll": {}
11101110
}
11111111
},
1112-
"ServiceStack.Interfaces/5.0.0.0": {
1112+
"ServiceStack.Interfaces/1.0.0": {
1113+
"dependencies": {
1114+
"System.Runtime.Serialization.Primitives": "4.3.0"
1115+
},
11131116
"runtime": {
11141117
"ServiceStack.Interfaces.dll": {}
11151118
}
@@ -1792,8 +1795,8 @@
17921795
"path": "system.xml.xmlserializer/4.3.0",
17931796
"hashPath": "system.xml.xmlserializer.4.3.0.nupkg.sha512"
17941797
},
1795-
"ServiceStack.Interfaces/5.0.0.0": {
1796-
"type": "reference",
1798+
"ServiceStack.Interfaces/1.0.0": {
1799+
"type": "project",
17971800
"serviceable": false,
17981801
"sha512": ""
17991802
},
0 Bytes
Binary file not shown.

lib/netstandard2.0/ServiceStack.Common.deps.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"dependencies": {
1212
"Microsoft.Extensions.Primitives": "2.0.0",
1313
"NETStandard.Library": "2.0.0",
14+
"ServiceStack.Interfaces": "1.0.0",
1415
"System.ComponentModel.Primitives": "4.3.0",
1516
"System.Data.Common": "4.3.0",
1617
"System.Dynamic.Runtime": "4.3.0",
1718
"System.Net.NetworkInformation": "4.3.0",
1819
"System.Net.Requests": "4.3.0",
1920
"System.Reflection.TypeExtensions": "4.3.0",
2021
"System.Runtime.Serialization.Primitives": "4.3.0",
21-
"ServiceStack.Interfaces": "5.0.0.0",
2222
"ServiceStack.Text": "5.0.0.0"
2323
},
2424
"runtime": {
@@ -755,7 +755,10 @@
755755
"lib/netstandard1.3/System.Threading.ThreadPool.dll": {}
756756
}
757757
},
758-
"ServiceStack.Interfaces/5.0.0.0": {
758+
"ServiceStack.Interfaces/1.0.0": {
759+
"dependencies": {
760+
"System.Runtime.Serialization.Primitives": "4.3.0"
761+
},
759762
"runtime": {
760763
"ServiceStack.Interfaces.dll": {}
761764
}
@@ -1305,8 +1308,8 @@
13051308
"path": "system.threading.threadpool/4.3.0",
13061309
"hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512"
13071310
},
1308-
"ServiceStack.Interfaces/5.0.0.0": {
1309-
"type": "reference",
1311+
"ServiceStack.Interfaces/1.0.0": {
1312+
"type": "project",
13101313
"serviceable": false,
13111314
"sha512": ""
13121315
},

lib/netstandard2.0/ServiceStack.Server.deps.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"ServiceStack": "1.0.0",
1414
"ServiceStack.Client": "1.0.0",
1515
"ServiceStack.Common": "1.0.0",
16-
"ServiceStack.Interfaces": "5.0.0.0",
17-
"ServiceStack.OrmLite": "4.0.0.0",
16+
"ServiceStack.Interfaces": "1.0.0",
17+
"ServiceStack.OrmLite": "5.0.0.0",
1818
"ServiceStack.Redis": "5.0.0.0",
1919
"ServiceStack.Text": "5.0.0.0"
2020
},
@@ -1341,6 +1341,7 @@
13411341
"Microsoft.Extensions.Primitives": "2.0.0",
13421342
"ServiceStack.Client": "1.0.0",
13431343
"ServiceStack.Common": "1.0.0",
1344+
"ServiceStack.Interfaces": "1.0.0",
13441345
"System.Linq.Queryable": "4.3.0",
13451346
"System.Reflection.Emit": "4.3.0",
13461347
"System.Threading.Thread": "4.3.0"
@@ -1352,6 +1353,7 @@
13521353
"ServiceStack.Client/1.0.0": {
13531354
"dependencies": {
13541355
"Microsoft.Extensions.Primitives": "2.0.0",
1356+
"ServiceStack.Interfaces": "1.0.0",
13551357
"System.Collections.Specialized": "4.3.0",
13561358
"System.Net.Requests": "4.3.0",
13571359
"System.ServiceModel.Primitives": "4.3.0",
@@ -1364,6 +1366,7 @@
13641366
"ServiceStack.Common/1.0.0": {
13651367
"dependencies": {
13661368
"Microsoft.Extensions.Primitives": "2.0.0",
1369+
"ServiceStack.Interfaces": "1.0.0",
13671370
"System.ComponentModel.Primitives": "4.3.0",
13681371
"System.Data.Common": "4.3.0",
13691372
"System.Dynamic.Runtime": "4.3.0",
@@ -1376,12 +1379,15 @@
13761379
"ServiceStack.Common.dll": {}
13771380
}
13781381
},
1379-
"ServiceStack.Interfaces/5.0.0.0": {
1382+
"ServiceStack.Interfaces/1.0.0": {
1383+
"dependencies": {
1384+
"System.Runtime.Serialization.Primitives": "4.3.0"
1385+
},
13801386
"runtime": {
13811387
"ServiceStack.Interfaces.dll": {}
13821388
}
13831389
},
1384-
"ServiceStack.OrmLite/4.0.0.0": {
1390+
"ServiceStack.OrmLite/5.0.0.0": {
13851391
"runtime": {
13861392
"ServiceStack.OrmLite.dll": {}
13871393
}
@@ -2245,12 +2251,12 @@
22452251
"serviceable": false,
22462252
"sha512": ""
22472253
},
2248-
"ServiceStack.Interfaces/5.0.0.0": {
2249-
"type": "reference",
2254+
"ServiceStack.Interfaces/1.0.0": {
2255+
"type": "project",
22502256
"serviceable": false,
22512257
"sha512": ""
22522258
},
2253-
"ServiceStack.OrmLite/4.0.0.0": {
2259+
"ServiceStack.OrmLite/5.0.0.0": {
22542260
"type": "reference",
22552261
"serviceable": false,
22562262
"sha512": ""

0 commit comments

Comments
 (0)