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 6565 <Reference Include =" RabbitMQ.Client" >
6666 <HintPath >..\packages\RabbitMQ.Client.3.4.3\lib\net35\RabbitMQ.Client.dll</HintPath >
6767 </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 >
6877 <Reference Include =" System" />
6978 <Reference Include =" System.ComponentModel.DataAnnotations" />
7079 <Reference Include =" System.Core" />
7786 <Reference Include =" Newtonsoft.Json" >
7887 <HintPath >..\packages\Newtonsoft.Json.6.0.8\lib\net40\Newtonsoft.Json.dll</HintPath >
7988 </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 >
8989 </ItemGroup >
9090 <ItemGroup >
9191 <Compile Include =" ..\configuration\SharedAssemblyInfo.cs" >
Original file line number Diff line number Diff line change 1111 <package id =" Newtonsoft.Json" version =" 6.0.8" targetFramework =" net40" />
1212 <package id =" NLog" version =" 3.1.0.0" targetFramework =" net40" />
1313 <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" />
1716</packages >
Original file line number Diff line number Diff line change 4444 <Reference Include =" NLog" >
4545 <HintPath >..\packages\NLog.3.2.0.0\lib\net45\NLog.dll</HintPath >
4646 </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 >
4756 <Reference Include =" System" />
4857 <Reference Include =" System.ComponentModel.DataAnnotations" />
4958 <Reference Include =" System.Core" />
7786 <Reference Include =" Nest" >
7887 <HintPath >..\packages\NEST.1.4.0\lib\net45\Nest.dll</HintPath >
7988 </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 >
8989 </ItemGroup >
9090 <ItemGroup >
9191 <Compile Include =" ..\configuration\SharedAssemblyInfo.cs" >
166166 </Target>
167167 -->
168168 <ItemGroup />
169- <ItemGroup >
170- <Folder Include =" ServiceStack\" />
171- </ItemGroup >
169+ <ItemGroup />
172170</Project >
Original file line number Diff line number Diff line change 11using IntegrationEngine . Core . IntegrationPoint ;
22using IntegrationEngine . Core . Configuration ;
3+ using ServiceStack . Service ;
34using System ;
45
56namespace IntegrationEngine . Core . ServiceStack
67{
7- public interface IJsonServiceClient : IIntegrationPoint < IJsonServiceConfiguration >
8- {
9- }
8+ public interface IJsonServiceClient : IServiceClient , IIntegrationPoint < IJsonServiceConfiguration >
9+ { }
1010}
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 ;
33using System . Net ;
44
55namespace IntegrationEngine . Core . ServiceStack
Original file line number Diff line number Diff line change 3030 <dependency id =" Newtonsoft.Json" version =" 6.0.8" />
3131 <dependency id =" NLog" version =" 3.1.0.0" />
3232 <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" />
3335 </dependencies >
3436 </metadata >
3537 <files >
Original file line number Diff line number Diff line change 1111 <package id =" Newtonsoft.Json" version =" 6.0.8" targetFramework =" net45" />
1212 <package id =" NLog" version =" 3.1.0.0" targetFramework =" net45" />
1313 <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" />
1716</packages >
Original file line number Diff line number Diff line change 7474 <Reference Include =" NLog" >
7575 <HintPath >..\packages\NLog.3.1.0.0\lib\net45\NLog.dll</HintPath >
7676 </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 >
7786 <Reference Include =" System" />
7887 <Reference Include =" System.ComponentModel.DataAnnotations" />
7988 <Reference Include =" System.Data" />
140149 <Reference Include =" NLog.Targets.ElasticSearch" >
141150 <HintPath >..\packages\NLog.Targets.ElasticSearch.0.9.5.0\lib\net40\NLog.Targets.ElasticSearch.dll</HintPath >
142151 </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 >
152152 </ItemGroup >
153153 <ItemGroup >
154154 <Compile Include =" ..\configuration\SharedAssemblyInfo.cs" >
Original file line number Diff line number Diff line change 4343 <dependency id =" Owin" version =" 1.0" />
4444 <dependency id =" Quartz" version =" 2.3.1" />
4545 <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" />
4648 <dependency id =" Unity" version =" 3.5.1404.0" />
4749 </dependencies >
4850 </metadata >
Original file line number Diff line number Diff line change 2323 <package id =" Owin" version =" 1.0" targetFramework =" net45" />
2424 <package id =" Quartz" version =" 2.3.1" targetFramework =" net45" />
2525 <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" />
2928 <package id =" Unity" version =" 3.5.1404.0" targetFramework =" net45" />
3029</packages >
You can’t perform that action at this time.
0 commit comments