Skip to content

Commit 413db85

Browse files
committed
Revving to latest minor versions of dependencies
1 parent d15e9ad commit 413db85

File tree

18 files changed

+1059
-669
lines changed

18 files changed

+1059
-669
lines changed

src/WebJobs.Script.Extensibility/WebJobs.Script.Extensibility.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,19 @@
5555
<Private>True</Private>
5656
</Reference>
5757
<Reference Include="Microsoft.Data.Edm, Version=5.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
58-
<HintPath>..\..\packages\Microsoft.Data.Edm.5.8.1\lib\net40\Microsoft.Data.Edm.dll</HintPath>
58+
<HintPath>..\..\packages\Microsoft.Data.Edm.5.8.2\lib\net40\Microsoft.Data.Edm.dll</HintPath>
5959
<Private>True</Private>
6060
</Reference>
6161
<Reference Include="Microsoft.Data.OData, Version=5.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
62-
<HintPath>..\..\packages\Microsoft.Data.OData.5.8.1\lib\net40\Microsoft.Data.OData.dll</HintPath>
62+
<HintPath>..\..\packages\Microsoft.Data.OData.5.8.2\lib\net40\Microsoft.Data.OData.dll</HintPath>
6363
<Private>True</Private>
6464
</Reference>
6565
<Reference Include="Microsoft.Data.Services.Client, Version=5.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
66-
<HintPath>..\..\packages\Microsoft.Data.Services.Client.5.8.1\lib\net40\Microsoft.Data.Services.Client.dll</HintPath>
66+
<HintPath>..\..\packages\Microsoft.Data.Services.Client.5.8.2\lib\net40\Microsoft.Data.Services.Client.dll</HintPath>
6767
<Private>True</Private>
6868
</Reference>
6969
<Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
70-
<HintPath>..\..\packages\Microsoft.Rest.ClientRuntime.2.3.3\lib\net45\Microsoft.Rest.ClientRuntime.dll</HintPath>
70+
<HintPath>..\..\packages\Microsoft.Rest.ClientRuntime.2.3.5\lib\net45\Microsoft.Rest.ClientRuntime.dll</HintPath>
7171
<Private>True</Private>
7272
</Reference>
7373
<Reference Include="Microsoft.WindowsAzure.Storage, Version=7.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
@@ -84,7 +84,7 @@
8484
<Reference Include="System.Net.Http.WebRequest" />
8585
<Reference Include="System.Runtime.Serialization" />
8686
<Reference Include="System.Spatial, Version=5.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
87-
<HintPath>..\..\packages\System.Spatial.5.8.1\lib\net40\System.Spatial.dll</HintPath>
87+
<HintPath>..\..\packages\System.Spatial.5.8.2\lib\net40\System.Spatial.dll</HintPath>
8888
<Private>True</Private>
8989
</Reference>
9090
<Reference Include="System.Xml.Linq" />
@@ -109,12 +109,12 @@
109109
<None Include="packages.config" />
110110
</ItemGroup>
111111
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
112-
<Import Project="..\..\packages\StyleCop.MSBuild.4.7.54.0\build\StyleCop.MSBuild.Targets" Condition="Exists('..\..\packages\StyleCop.MSBuild.4.7.54.0\build\StyleCop.MSBuild.Targets')" />
112+
<Import Project="..\..\packages\StyleCop.MSBuild.4.7.55.0\build\StyleCop.MSBuild.Targets" Condition="Exists('..\..\packages\StyleCop.MSBuild.4.7.55.0\build\StyleCop.MSBuild.Targets')" />
113113
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
114114
<PropertyGroup>
115115
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
116116
</PropertyGroup>
117-
<Error Condition="!Exists('..\..\packages\StyleCop.MSBuild.4.7.54.0\build\StyleCop.MSBuild.Targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\StyleCop.MSBuild.4.7.54.0\build\StyleCop.MSBuild.Targets'))" />
117+
<Error Condition="!Exists('..\..\packages\StyleCop.MSBuild.4.7.55.0\build\StyleCop.MSBuild.Targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\StyleCop.MSBuild.4.7.55.0\build\StyleCop.MSBuild.Targets'))" />
118118
</Target>
119119
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
120120
Other similar extension points exist, see Microsoft.Common.targets.

src/WebJobs.Script.Extensibility/packages.config

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@
44
<package id="Microsoft.Azure.WebJobs" version="2.0.0-beta2-10504" targetFramework="net45" />
55
<package id="Microsoft.Azure.WebJobs.Core" version="2.0.0-beta2-10504" targetFramework="net45" />
66
<package id="Microsoft.Bot.Connector.DirectLine" version="3.0.0-beta" targetFramework="net45" />
7-
<package id="Microsoft.Data.Edm" version="5.8.1" targetFramework="net45" />
8-
<package id="Microsoft.Data.OData" version="5.8.1" targetFramework="net45" />
9-
<package id="Microsoft.Data.Services.Client" version="5.8.1" targetFramework="net45" />
10-
<package id="Microsoft.Rest.ClientRuntime" version="2.3.3" targetFramework="net45" />
7+
<package id="Microsoft.Data.Edm" version="5.8.2" targetFramework="net45" />
8+
<package id="Microsoft.Data.OData" version="5.8.2" targetFramework="net45" />
9+
<package id="Microsoft.Data.Services.Client" version="5.8.2" targetFramework="net45" />
10+
<package id="Microsoft.Rest.ClientRuntime" version="2.3.5" targetFramework="net45" />
1111
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net45" />
12-
<package id="StyleCop.MSBuild" version="4.7.54.0" targetFramework="net45" developmentDependency="true" />
13-
<package id="System.Spatial" version="5.8.1" targetFramework="net45" />
12+
<package id="StyleCop.MSBuild" version="4.7.55.0" targetFramework="net45" developmentDependency="true" />
13+
<package id="System.ComponentModel.EventBasedAsync" version="4.3.0" targetFramework="net45" />
14+
<package id="System.Dynamic.Runtime" version="4.3.0" targetFramework="net45" />
15+
<package id="System.Linq.Queryable" version="4.3.0" targetFramework="net45" />
16+
<package id="System.Net.Requests" version="4.3.0" targetFramework="net45" />
17+
<package id="System.Spatial" version="5.8.2" targetFramework="net45" />
1418
<package id="WindowsAzure.Storage" version="7.2.1" targetFramework="net45" />
1519
</packages>

src/WebJobs.Script.Host/App.config

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,23 @@
7272
</dependentAssembly>
7373
<dependentAssembly>
7474
<assemblyIdentity name="System.IO.FileSystem" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
75-
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
75+
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
7676
</dependentAssembly>
7777
<dependentAssembly>
7878
<assemblyIdentity name="System.Diagnostics.StackTrace" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
79-
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
79+
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
8080
</dependentAssembly>
8181
<dependentAssembly>
8282
<assemblyIdentity name="System.IO.FileSystem.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
83-
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
83+
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
8484
</dependentAssembly>
8585
<dependentAssembly>
8686
<assemblyIdentity name="Autofac" publicKeyToken="17863af14b0044da" culture="neutral" />
87-
<bindingRedirect oldVersion="0.0.0.0-4.2.1.0" newVersion="4.2.1.0" />
87+
<bindingRedirect oldVersion="0.0.0.0-4.3.0.0" newVersion="4.3.0.0" />
88+
</dependentAssembly>
89+
<dependentAssembly>
90+
<assemblyIdentity name="System.Xml.ReaderWriter" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
91+
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
8892
</dependentAssembly>
8993
</assemblyBinding>
9094
</runtime>

src/WebJobs.Script.Host/WebJobs.Script.Host.csproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
</Content>
5959
</ItemGroup>
6060
<ItemGroup>
61-
<Reference Include="Autofac, Version=4.2.1.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
62-
<HintPath>..\..\packages\Autofac.4.2.1\lib\net45\Autofac.dll</HintPath>
61+
<Reference Include="Autofac, Version=4.3.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
62+
<HintPath>..\..\packages\Autofac.4.3.0\lib\net45\Autofac.dll</HintPath>
6363
<Private>True</Private>
6464
</Reference>
6565
<Reference Include="Autofac.Integration.WebApi, Version=4.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
@@ -135,19 +135,19 @@
135135
<Private>True</Private>
136136
</Reference>
137137
<Reference Include="Microsoft.Data.Edm, Version=5.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
138-
<HintPath>..\..\packages\Microsoft.Data.Edm.5.8.1\lib\net40\Microsoft.Data.Edm.dll</HintPath>
138+
<HintPath>..\..\packages\Microsoft.Data.Edm.5.8.2\lib\net40\Microsoft.Data.Edm.dll</HintPath>
139139
<Private>True</Private>
140140
</Reference>
141141
<Reference Include="Microsoft.Data.OData, Version=5.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
142-
<HintPath>..\..\packages\Microsoft.Data.OData.5.8.1\lib\net40\Microsoft.Data.OData.dll</HintPath>
142+
<HintPath>..\..\packages\Microsoft.Data.OData.5.8.2\lib\net40\Microsoft.Data.OData.dll</HintPath>
143143
<Private>True</Private>
144144
</Reference>
145145
<Reference Include="Microsoft.Data.Services.Client, Version=5.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
146-
<HintPath>..\..\packages\Microsoft.Data.Services.Client.5.8.1\lib\net40\Microsoft.Data.Services.Client.dll</HintPath>
146+
<HintPath>..\..\packages\Microsoft.Data.Services.Client.5.8.2\lib\net40\Microsoft.Data.Services.Client.dll</HintPath>
147147
<Private>True</Private>
148148
</Reference>
149149
<Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
150-
<HintPath>..\..\packages\Microsoft.Rest.ClientRuntime.2.3.3\lib\net45\Microsoft.Rest.ClientRuntime.dll</HintPath>
150+
<HintPath>..\..\packages\Microsoft.Rest.ClientRuntime.2.3.5\lib\net45\Microsoft.Rest.ClientRuntime.dll</HintPath>
151151
<Private>True</Private>
152152
</Reference>
153153
<Reference Include="Microsoft.ServiceBus, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
@@ -175,7 +175,7 @@
175175
<Private>True</Private>
176176
</Reference>
177177
<Reference Include="NCrontab, Version=3.2.20120.0, Culture=neutral, processorArchitecture=MSIL">
178-
<HintPath>..\..\packages\ncrontab.3.2.0\lib\net45\NCrontab.dll</HintPath>
178+
<HintPath>..\..\packages\ncrontab.3.3.0\lib\net35\NCrontab.dll</HintPath>
179179
<Private>True</Private>
180180
</Reference>
181181
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
@@ -218,7 +218,7 @@
218218
<Reference Include="System.Runtime.Serialization" />
219219
<Reference Include="System.ServiceModel" />
220220
<Reference Include="System.Spatial, Version=5.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
221-
<HintPath>..\..\packages\System.Spatial.5.8.1\lib\net40\System.Spatial.dll</HintPath>
221+
<HintPath>..\..\packages\System.Spatial.5.8.2\lib\net40\System.Spatial.dll</HintPath>
222222
<Private>True</Private>
223223
</Reference>
224224
<Reference Include="System.Threading.Tasks.Dataflow, Version=4.5.24.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
@@ -257,11 +257,10 @@
257257
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
258258
</PropertyGroup>
259259
<Error Condition="!Exists('..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" />
260-
<Error Condition="!Exists('..\..\packages\StyleCop.MSBuild.4.7.54.0\build\StyleCop.MSBuild.Targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\StyleCop.MSBuild.4.7.54.0\build\StyleCop.MSBuild.Targets'))" />
261260
<Error Condition="!Exists('..\..\packages\Microsoft.Azure.DocumentDB.1.10.0\build\Microsoft.Azure.DocumentDB.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Azure.DocumentDB.1.10.0\build\Microsoft.Azure.DocumentDB.targets'))" />
261+
<Error Condition="!Exists('..\..\packages\StyleCop.MSBuild.4.7.55.0\build\StyleCop.MSBuild.Targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\StyleCop.MSBuild.4.7.55.0\build\StyleCop.MSBuild.Targets'))" />
262262
</Target>
263263
<Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
264-
<Import Project="..\..\packages\StyleCop.MSBuild.4.7.54.0\build\StyleCop.MSBuild.Targets" Condition="Exists('..\..\packages\StyleCop.MSBuild.4.7.54.0\build\StyleCop.MSBuild.Targets')" />
265264
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
266265
Other similar extension points exist, see Microsoft.Common.targets.-->
267266
<Target Name="BeforeBuild">
@@ -271,4 +270,5 @@
271270
<Copy SourceFiles="..\..\packages\FSharp.Core.4.0.0.1\lib\net40\FSharp.Core.optdata" DestinationFolder="$(OutputPath)" />
272271
</Target>
273272
<Import Project="..\..\packages\Microsoft.Azure.DocumentDB.1.10.0\build\Microsoft.Azure.DocumentDB.targets" Condition="Exists('..\..\packages\Microsoft.Azure.DocumentDB.1.10.0\build\Microsoft.Azure.DocumentDB.targets')" />
273+
<Import Project="..\..\packages\StyleCop.MSBuild.4.7.55.0\build\StyleCop.MSBuild.Targets" Condition="Exists('..\..\packages\StyleCop.MSBuild.4.7.55.0\build\StyleCop.MSBuild.Targets')" />
274274
</Project>

src/WebJobs.Script.Host/packages.config

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Autofac" version="4.2.1" targetFramework="net46" />
3+
<package id="Autofac" version="4.3.0" targetFramework="net46" />
44
<package id="Autofac.WebApi2" version="4.0.1" targetFramework="net46" />
55
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.3" targetFramework="net45" />
66
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.3" targetFramework="net45" />
@@ -25,21 +25,25 @@
2525
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="net46" />
2626
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="net46" />
2727
<package id="Microsoft.Bot.Connector.DirectLine" version="3.0.0-beta" targetFramework="net46" />
28-
<package id="Microsoft.Data.Edm" version="5.8.1" targetFramework="net46" />
29-
<package id="Microsoft.Data.OData" version="5.8.1" targetFramework="net46" />
30-
<package id="Microsoft.Data.Services.Client" version="5.8.1" targetFramework="net46" />
28+
<package id="Microsoft.Data.Edm" version="5.8.2" targetFramework="net46" />
29+
<package id="Microsoft.Data.OData" version="5.8.2" targetFramework="net46" />
30+
<package id="Microsoft.Data.Services.Client" version="5.8.2" targetFramework="net46" />
3131
<package id="Microsoft.Net.Http" version="2.2.29" targetFramework="net46" />
32-
<package id="Microsoft.Rest.ClientRuntime" version="2.3.3" targetFramework="net46" />
32+
<package id="Microsoft.Rest.ClientRuntime" version="2.3.5" targetFramework="net46" />
3333
<package id="Microsoft.Tpl.Dataflow" version="4.5.24" targetFramework="net45" />
3434
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.3" targetFramework="net46" />
35-
<package id="ncrontab" version="3.2.0" targetFramework="net46" />
35+
<package id="ncrontab" version="3.3.0" targetFramework="net46" />
3636
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net46" />
3737
<package id="RestSharp" version="105.2.3" targetFramework="net46" />
3838
<package id="Sendgrid" version="8.0.5" targetFramework="net46" />
3939
<package id="SendGrid.CSharp.HTTP.Client" version="3.0.0" targetFramework="net46" />
4040
<package id="SendGrid.SmtpApi" version="1.3.1" targetFramework="net45" />
41-
<package id="StyleCop.MSBuild" version="4.7.54.0" targetFramework="net46" developmentDependency="true" />
42-
<package id="System.Spatial" version="5.8.1" targetFramework="net46" />
41+
<package id="StyleCop.MSBuild" version="4.7.55.0" targetFramework="net46" developmentDependency="true" />
42+
<package id="System.ComponentModel.EventBasedAsync" version="4.3.0" targetFramework="net46" />
43+
<package id="System.Dynamic.Runtime" version="4.3.0" targetFramework="net46" />
44+
<package id="System.Linq.Queryable" version="4.3.0" targetFramework="net46" />
45+
<package id="System.Net.Requests" version="4.3.0" targetFramework="net46" />
46+
<package id="System.Spatial" version="5.8.2" targetFramework="net46" />
4347
<package id="Twilio" version="4.7.2" targetFramework="net46" />
4448
<package id="WindowsAzure.ServiceBus" version="3.4.1" targetFramework="net46" />
4549
<package id="WindowsAzure.Storage" version="7.2.1" targetFramework="net46" />

src/WebJobs.Script.NuGet/WebJobs.Script.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency id="Edge.js" version="6.5.1" />
2828
<dependency id="Microsoft.CodeAnalysis.CSharp.Scripting" version="1.3.2" />
2929
<dependency id="Microsoft.AspNet.WebApi.Core" version="5.2.3" />
30-
<dependency id="FSharp.Compiler.Service" version="8.0.0" />
30+
<dependency id="FSharp.Compiler.Service" version="9.0.1" />
3131
<dependency id="FSharp.Core" version="4.0.0.1" />
3232
</dependencies>
3333
</metadata>

0 commit comments

Comments
 (0)