Skip to content

Commit 32f4842

Browse files
committed
Update a few packages to latest version
1 parent bb65ba8 commit 32f4842

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

IntegrationEngine.Model.Tests/IntegrationEngine.Model.Tests.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@
4545
<Reference Include="Microsoft.CSharp" />
4646
<Reference Include="System.Data" />
4747
<Reference Include="System.Xml" />
48+
<Reference Include="CronExpressionDescriptor">
49+
<HintPath>..\packages\CronExpressionDescriptor.1.13.0\lib\net35\CronExpressionDescriptor.dll</HintPath>
50+
</Reference>
4851
<Reference Include="Elasticsearch.Net">
49-
<HintPath>..\packages\Elasticsearch.Net.1.4.0\lib\net45\Elasticsearch.Net.dll</HintPath>
52+
<HintPath>..\packages\Elasticsearch.Net.1.4.1\lib\net45\Elasticsearch.Net.dll</HintPath>
5053
</Reference>
5154
<Reference Include="Nest">
52-
<HintPath>..\packages\NEST.1.4.0\lib\net45\Nest.dll</HintPath>
53-
</Reference>
54-
<Reference Include="CronExpressionDescriptor">
55-
<HintPath>..\packages\CronExpressionDescriptor.1.13.0\lib\net35\CronExpressionDescriptor.dll</HintPath>
55+
<HintPath>..\packages\NEST.1.4.1\lib\net45\Nest.dll</HintPath>
5656
</Reference>
5757
</ItemGroup>
5858
<ItemGroup>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="CronExpressionDescriptor" version="1.13.0" targetFramework="net45" />
4-
<package id="Elasticsearch.Net" version="1.4.0" targetFramework="net45" />
5-
<package id="NEST" version="1.4.0" targetFramework="net45" />
4+
<package id="Elasticsearch.Net" version="1.4.1" targetFramework="net45" />
5+
<package id="NEST" version="1.4.1" targetFramework="net45" />
66
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
77
<package id="NUnit" version="2.6.4" targetFramework="net45" />
88
</packages>

IntegrationEngine.Tests/IntegrationEngine.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,12 @@
120120
<Reference Include="System.Web.Http.Owin">
121121
<HintPath>..\packages\Microsoft.AspNet.WebApi.Owin.5.2.3\lib\net45\System.Web.Http.Owin.dll</HintPath>
122122
</Reference>
123-
<Reference Include="Microsoft.Owin.Hosting">
124-
<HintPath>..\packages\Microsoft.Owin.Hosting.3.0.0\lib\net45\Microsoft.Owin.Hosting.dll</HintPath>
125-
</Reference>
126123
<Reference Include="Microsoft.Owin.Host.HttpListener">
127124
<HintPath>..\packages\Microsoft.Owin.Host.HttpListener.3.0.1\lib\net45\Microsoft.Owin.Host.HttpListener.dll</HintPath>
128125
</Reference>
126+
<Reference Include="Microsoft.Owin.Hosting">
127+
<HintPath>..\packages\Microsoft.Owin.Hosting.3.0.1\lib\net45\Microsoft.Owin.Hosting.dll</HintPath>
128+
</Reference>
129129
</ItemGroup>
130130
<ItemGroup>
131131
<Compile Include="Properties\AssemblyInfo.cs" />

IntegrationEngine.Tests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<package id="Microsoft.AspNet.WebApi.OwinSelfHost" version="5.2.3" targetFramework="net45" />
1616
<package id="Microsoft.Owin" version="3.0.1" targetFramework="net45" />
1717
<package id="Microsoft.Owin.Host.HttpListener" version="3.0.1" targetFramework="net45" />
18-
<package id="Microsoft.Owin.Hosting" version="3.0.0" targetFramework="net45" />
18+
<package id="Microsoft.Owin.Hosting" version="3.0.1" targetFramework="net45" />
1919
<package id="Moq" version="4.2.1502.0911" targetFramework="net45" />
2020
<package id="NEST" version="1.4.1" targetFramework="net45" />
2121
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />

IntegrationEngine/IntegrationEngine.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@
6565
<Reference Include="EntityFramework.SqlServer">
6666
<HintPath>..\packages\EntityFramework.6.1.2\lib\net45\EntityFramework.SqlServer.dll</HintPath>
6767
</Reference>
68-
<Reference Include="Microsoft.Owin.Hosting">
69-
<HintPath>..\packages\Microsoft.Owin.Hosting.3.0.0\lib\net45\Microsoft.Owin.Hosting.dll</HintPath>
70-
</Reference>
7168
<Reference Include="ServiceStack.Common">
7269
<HintPath>..\packages\ServiceStack.Common.3.9.71\lib\net35\ServiceStack.Common.dll</HintPath>
7370
</Reference>
@@ -149,6 +146,9 @@
149146
<Reference Include="NLog.Targets.ElasticSearch">
150147
<HintPath>..\packages\NLog.Targets.ElasticSearch.1.0.0.0\lib\net40\NLog.Targets.ElasticSearch.dll</HintPath>
151148
</Reference>
149+
<Reference Include="Microsoft.Owin.Hosting">
150+
<HintPath>..\packages\Microsoft.Owin.Hosting.3.0.1\lib\net45\Microsoft.Owin.Hosting.dll</HintPath>
151+
</Reference>
152152
</ItemGroup>
153153
<ItemGroup>
154154
<Compile Include="..\configuration\SharedAssemblyInfo.cs">

IntegrationEngine/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<package id="Microsoft.AspNet.WebApi.OwinSelfHost" version="5.2.3" targetFramework="net45" />
1616
<package id="Microsoft.Owin" version="3.0.1" targetFramework="net45" />
1717
<package id="Microsoft.Owin.Host.HttpListener" version="3.0.1" targetFramework="net45" />
18-
<package id="Microsoft.Owin.Hosting" version="3.0.0" targetFramework="net45" />
18+
<package id="Microsoft.Owin.Hosting" version="3.0.1" targetFramework="net45" />
1919
<package id="NEST" version="1.4.1" targetFramework="net45" />
2020
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
2121
<package id="NLog" version="3.2.0.0" targetFramework="net45" />

0 commit comments

Comments
 (0)