File tree Expand file tree Collapse file tree 12 files changed +91
-77
lines changed
IntegrationEngine.Core.net40 Expand file tree Collapse file tree 12 files changed +91
-77
lines changed Original file line number Diff line number Diff line change 65
65
<Reference Include =" RabbitMQ.Client" >
66
66
<HintPath >..\packages\RabbitMQ.Client.3.4.3\lib\net35\RabbitMQ.Client.dll</HintPath >
67
67
</Reference >
68
+ <Reference Include =" ServiceStack.Common" >
69
+ <HintPath >..\packages\ServiceStack.Common.3.9.71\lib\net35\ServiceStack.Common.dll</HintPath >
70
+ </Reference >
71
+ <Reference Include =" ServiceStack.Interfaces" >
72
+ <HintPath >..\packages\ServiceStack.Common.3.9.71\lib\net35\ServiceStack.Interfaces.dll</HintPath >
73
+ </Reference >
74
+ <Reference Include =" ServiceStack.Text" >
75
+ <HintPath >..\packages\ServiceStack.Text.3.9.71\lib\net35\ServiceStack.Text.dll</HintPath >
76
+ </Reference >
68
77
<Reference Include =" System" />
69
78
<Reference Include =" System.ComponentModel.DataAnnotations" />
70
79
<Reference Include =" System.Core" />
77
86
<Reference Include =" Newtonsoft.Json" >
78
87
<HintPath >..\packages\Newtonsoft.Json.6.0.8\lib\net40\Newtonsoft.Json.dll</HintPath >
79
88
</Reference >
80
- <Reference Include =" ServiceStack.Interfaces" >
81
- <HintPath >..\packages\ServiceStack.Interfaces.4.0.36\lib\portable-wp80+sl5+net40+win8+monotouch+monoandroid\ServiceStack.Interfaces.dll</HintPath >
82
- </Reference >
83
- <Reference Include =" ServiceStack.Text" >
84
- <HintPath >..\packages\ServiceStack.Text.4.0.36\lib\net40\ServiceStack.Text.dll</HintPath >
85
- </Reference >
86
- <Reference Include =" ServiceStack.Client" >
87
- <HintPath >..\packages\ServiceStack.Client.4.0.36\lib\net40\ServiceStack.Client.dll</HintPath >
88
- </Reference >
89
89
</ItemGroup >
90
90
<ItemGroup >
91
91
<Compile Include =" ..\configuration\SharedAssemblyInfo.cs" >
Original file line number Diff line number Diff line change 11
11
<package id =" Newtonsoft.Json" version =" 6.0.8" targetFramework =" net40" />
12
12
<package id =" NLog" version =" 3.1.0.0" targetFramework =" net40" />
13
13
<package id =" RabbitMQ.Client" version =" 3.4.3" targetFramework =" net40" />
14
- <package id =" ServiceStack.Client" version =" 4.0.36" targetFramework =" net40" />
15
- <package id =" ServiceStack.Interfaces" version =" 4.0.36" targetFramework =" net40" />
16
- <package id =" ServiceStack.Text" version =" 4.0.36" targetFramework =" net40" />
14
+ <package id =" ServiceStack.Common" version =" 3.9.71" targetFramework =" net40" />
15
+ <package id =" ServiceStack.Text" version =" 3.9.71" targetFramework =" net40" />
17
16
</packages >
Original file line number Diff line number Diff line change 44
44
<Reference Include =" NLog" >
45
45
<HintPath >..\packages\NLog.3.2.0.0\lib\net45\NLog.dll</HintPath >
46
46
</Reference >
47
+ <Reference Include =" ServiceStack.Common" >
48
+ <HintPath >..\packages\ServiceStack.Common.3.9.71\lib\net35\ServiceStack.Common.dll</HintPath >
49
+ </Reference >
50
+ <Reference Include =" ServiceStack.Interfaces" >
51
+ <HintPath >..\packages\ServiceStack.Common.3.9.71\lib\net35\ServiceStack.Interfaces.dll</HintPath >
52
+ </Reference >
53
+ <Reference Include =" ServiceStack.Text" >
54
+ <HintPath >..\packages\ServiceStack.Text.3.9.71\lib\net35\ServiceStack.Text.dll</HintPath >
55
+ </Reference >
47
56
<Reference Include =" System" />
48
57
<Reference Include =" System.ComponentModel.DataAnnotations" />
49
58
<Reference Include =" System.Core" />
77
86
<Reference Include =" Nest" >
78
87
<HintPath >..\packages\NEST.1.4.0\lib\net45\Nest.dll</HintPath >
79
88
</Reference >
80
- <Reference Include =" ServiceStack.Interfaces" >
81
- <HintPath >..\packages\ServiceStack.Interfaces.4.0.36\lib\portable-wp80+sl5+net40+win8+monotouch+monoandroid\ServiceStack.Interfaces.dll</HintPath >
82
- </Reference >
83
- <Reference Include =" ServiceStack.Text" >
84
- <HintPath >..\packages\ServiceStack.Text.4.0.36\lib\net40\ServiceStack.Text.dll</HintPath >
85
- </Reference >
86
- <Reference Include =" ServiceStack.Client" >
87
- <HintPath >..\packages\ServiceStack.Client.4.0.36\lib\net40\ServiceStack.Client.dll</HintPath >
88
- </Reference >
89
89
</ItemGroup >
90
90
<ItemGroup >
91
91
<Compile Include =" ..\configuration\SharedAssemblyInfo.cs" >
166
166
</Target>
167
167
-->
168
168
<ItemGroup />
169
- <ItemGroup >
170
- <Folder Include =" ServiceStack\" />
171
- </ItemGroup >
169
+ <ItemGroup />
172
170
</Project >
Original file line number Diff line number Diff line change 1
1
using IntegrationEngine . Core . IntegrationPoint ;
2
2
using IntegrationEngine . Core . Configuration ;
3
+ using ServiceStack . Service ;
3
4
using System ;
4
5
5
6
namespace IntegrationEngine . Core . ServiceStack
6
7
{
7
- public interface IJsonServiceClient : IIntegrationPoint < IJsonServiceConfiguration >
8
- {
9
- }
8
+ public interface IJsonServiceClient : IServiceClient , IIntegrationPoint < IJsonServiceConfiguration >
9
+ { }
10
10
}
11
-
Original file line number Diff line number Diff line change 1
- using ServiceStack ;
2
- using IntegrationEngine . Core . Configuration ;
1
+ using IntegrationEngine . Core . Configuration ;
2
+ using ServiceStack . ServiceClient . Web ;
3
3
using System . Net ;
4
4
5
5
namespace IntegrationEngine . Core . ServiceStack
Original file line number Diff line number Diff line change 30
30
<dependency id =" Newtonsoft.Json" version =" 6.0.8" />
31
31
<dependency id =" NLog" version =" 3.1.0.0" />
32
32
<dependency id =" RabbitMQ.Client" version =" 3.4.3" />
33
+ <dependency id =" ServiceStack.Common" version =" 3.9.71" />
34
+ <dependency id =" ServiceStack.Text" version =" 3.9.71" />
33
35
</dependencies >
34
36
</metadata >
35
37
<files >
Original file line number Diff line number Diff line change 11
11
<package id =" Newtonsoft.Json" version =" 6.0.8" targetFramework =" net45" />
12
12
<package id =" NLog" version =" 3.1.0.0" targetFramework =" net45" />
13
13
<package id =" RabbitMQ.Client" version =" 3.4.3" targetFramework =" net45" />
14
- <package id =" ServiceStack.Client" version =" 4.0.36" targetFramework =" net45" />
15
- <package id =" ServiceStack.Interfaces" version =" 4.0.36" targetFramework =" net45" />
16
- <package id =" ServiceStack.Text" version =" 4.0.36" targetFramework =" net45" />
14
+ <package id =" ServiceStack.Common" version =" 3.9.71" targetFramework =" net45" />
15
+ <package id =" ServiceStack.Text" version =" 3.9.71" targetFramework =" net45" />
17
16
</packages >
Original file line number Diff line number Diff line change 74
74
<Reference Include =" NLog" >
75
75
<HintPath >..\packages\NLog.3.1.0.0\lib\net45\NLog.dll</HintPath >
76
76
</Reference >
77
+ <Reference Include =" ServiceStack.Common" >
78
+ <HintPath >..\packages\ServiceStack.Common.3.9.71\lib\net35\ServiceStack.Common.dll</HintPath >
79
+ </Reference >
80
+ <Reference Include =" ServiceStack.Interfaces" >
81
+ <HintPath >..\packages\ServiceStack.Common.3.9.71\lib\net35\ServiceStack.Interfaces.dll</HintPath >
82
+ </Reference >
83
+ <Reference Include =" ServiceStack.Text" >
84
+ <HintPath >..\packages\ServiceStack.Text.3.9.71\lib\net35\ServiceStack.Text.dll</HintPath >
85
+ </Reference >
77
86
<Reference Include =" System" />
78
87
<Reference Include =" System.ComponentModel.DataAnnotations" />
79
88
<Reference Include =" System.Data" />
140
149
<Reference Include =" NLog.Targets.ElasticSearch" >
141
150
<HintPath >..\packages\NLog.Targets.ElasticSearch.0.9.5.0\lib\net40\NLog.Targets.ElasticSearch.dll</HintPath >
142
151
</Reference >
143
- <Reference Include =" ServiceStack.Interfaces" >
144
- <HintPath >..\packages\ServiceStack.Interfaces.4.0.36\lib\portable-wp80+sl5+net40+win8+monotouch+monoandroid\ServiceStack.Interfaces.dll</HintPath >
145
- </Reference >
146
- <Reference Include =" ServiceStack.Text" >
147
- <HintPath >..\packages\ServiceStack.Text.4.0.36\lib\net40\ServiceStack.Text.dll</HintPath >
148
- </Reference >
149
- <Reference Include =" ServiceStack.Client" >
150
- <HintPath >..\packages\ServiceStack.Client.4.0.36\lib\net40\ServiceStack.Client.dll</HintPath >
151
- </Reference >
152
152
</ItemGroup >
153
153
<ItemGroup >
154
154
<Compile Include =" ..\configuration\SharedAssemblyInfo.cs" >
Original file line number Diff line number Diff line change 43
43
<dependency id =" Owin" version =" 1.0" />
44
44
<dependency id =" Quartz" version =" 2.3.1" />
45
45
<dependency id =" RabbitMQ.Client" version =" 3.4.3" />
46
+ <dependency id =" ServiceStack.Common" version =" 3.9.71" />
47
+ <dependency id =" ServiceStack.Text" version =" 3.9.71" />
46
48
<dependency id =" Unity" version =" 3.5.1404.0" />
47
49
</dependencies >
48
50
</metadata >
Original file line number Diff line number Diff line change 23
23
<package id =" Owin" version =" 1.0" targetFramework =" net45" />
24
24
<package id =" Quartz" version =" 2.3.1" targetFramework =" net45" />
25
25
<package id =" RabbitMQ.Client" version =" 3.4.3" targetFramework =" net45" />
26
- <package id =" ServiceStack.Client" version =" 4.0.36" targetFramework =" net45" />
27
- <package id =" ServiceStack.Interfaces" version =" 4.0.36" targetFramework =" net45" />
28
- <package id =" ServiceStack.Text" version =" 4.0.36" targetFramework =" net45" />
26
+ <package id =" ServiceStack.Common" version =" 3.9.71" targetFramework =" net45" />
27
+ <package id =" ServiceStack.Text" version =" 3.9.71" targetFramework =" net45" />
29
28
<package id =" Unity" version =" 3.5.1404.0" targetFramework =" net45" />
30
29
</packages >
You can’t perform that action at this time.
0 commit comments