Skip to content

Commit 693c1fe

Browse files
committed
Reverting package updates
1 parent d11cdaa commit 693c1fe

File tree

17 files changed

+680
-1044
lines changed

17 files changed

+680
-1044
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,19 @@
5151
<Private>True</Private>
5252
</Reference>
5353
<Reference Include="Microsoft.Data.Edm, Version=5.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
54-
<HintPath>..\..\packages\Microsoft.Data.Edm.5.8.2\lib\net40\Microsoft.Data.Edm.dll</HintPath>
54+
<HintPath>..\..\packages\Microsoft.Data.Edm.5.8.1\lib\net40\Microsoft.Data.Edm.dll</HintPath>
5555
<Private>True</Private>
5656
</Reference>
5757
<Reference Include="Microsoft.Data.OData, Version=5.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
58-
<HintPath>..\..\packages\Microsoft.Data.OData.5.8.2\lib\net40\Microsoft.Data.OData.dll</HintPath>
58+
<HintPath>..\..\packages\Microsoft.Data.OData.5.8.1\lib\net40\Microsoft.Data.OData.dll</HintPath>
5959
<Private>True</Private>
6060
</Reference>
6161
<Reference Include="Microsoft.Data.Services.Client, Version=5.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
62-
<HintPath>..\..\packages\Microsoft.Data.Services.Client.5.8.2\lib\net40\Microsoft.Data.Services.Client.dll</HintPath>
62+
<HintPath>..\..\packages\Microsoft.Data.Services.Client.5.8.1\lib\net40\Microsoft.Data.Services.Client.dll</HintPath>
6363
<Private>True</Private>
6464
</Reference>
6565
<Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
66-
<HintPath>..\..\packages\Microsoft.Rest.ClientRuntime.2.3.5\lib\net45\Microsoft.Rest.ClientRuntime.dll</HintPath>
66+
<HintPath>..\..\packages\Microsoft.Rest.ClientRuntime.2.3.3\lib\net45\Microsoft.Rest.ClientRuntime.dll</HintPath>
6767
<Private>True</Private>
6868
</Reference>
6969
<Reference Include="Microsoft.WindowsAzure.Storage, Version=7.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
@@ -80,7 +80,7 @@
8080
<Reference Include="System.Net.Http.WebRequest" />
8181
<Reference Include="System.Runtime.Serialization" />
8282
<Reference Include="System.Spatial, Version=5.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
83-
<HintPath>..\..\packages\System.Spatial.5.8.2\lib\net40\System.Spatial.dll</HintPath>
83+
<HintPath>..\..\packages\System.Spatial.5.8.1\lib\net40\System.Spatial.dll</HintPath>
8484
<Private>True</Private>
8585
</Reference>
8686
<Reference Include="System.Xml.Linq" />
@@ -105,12 +105,12 @@
105105
<None Include="packages.config" />
106106
</ItemGroup>
107107
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
108-
<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')" />
108+
<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')" />
109109
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
110110
<PropertyGroup>
111111
<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>
112112
</PropertyGroup>
113-
<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'))" />
113+
<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'))" />
114114
</Target>
115115
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
116116
Other similar extension points exist, see Microsoft.Common.targets.

src/WebJobs.Script.Extensibility/packages.config

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,12 @@
33
<package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net452" />
44
<package id="Microsoft.Azure.WebJobs" version="2.0.0-beta2-10522" targetFramework="net45" />
55
<package id="Microsoft.Azure.WebJobs.Core" version="2.0.0-beta2-10522" targetFramework="net45" />
6-
<package id="Microsoft.Data.Edm" version="5.8.2" targetFramework="net45" />
7-
<package id="Microsoft.Data.OData" version="5.8.2" targetFramework="net45" />
8-
<package id="Microsoft.Data.Services.Client" version="5.8.2" targetFramework="net45" />
9-
<package id="Microsoft.Rest.ClientRuntime" version="2.3.5" targetFramework="net45" />
6+
<package id="Microsoft.Data.Edm" version="5.8.1" targetFramework="net45" />
7+
<package id="Microsoft.Data.OData" version="5.8.1" targetFramework="net45" />
8+
<package id="Microsoft.Data.Services.Client" version="5.8.1" targetFramework="net45" />
9+
<package id="Microsoft.Rest.ClientRuntime" version="2.3.3" targetFramework="net45" />
1010
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net45" />
11-
<package id="StyleCop.MSBuild" version="4.7.55.0" targetFramework="net45" developmentDependency="true" />
12-
<package id="System.ComponentModel.EventBasedAsync" version="4.3.0" targetFramework="net45" />
13-
<package id="System.Dynamic.Runtime" version="4.3.0" targetFramework="net45" />
14-
<package id="System.Linq.Queryable" version="4.3.0" targetFramework="net45" />
15-
<package id="System.Net.Requests" version="4.3.0" targetFramework="net45" />
16-
<package id="System.Spatial" version="5.8.2" targetFramework="net45" />
11+
<package id="StyleCop.MSBuild" version="4.7.54.0" targetFramework="net45" developmentDependency="true" />
12+
<package id="System.Spatial" version="5.8.1" targetFramework="net45" />
1713
<package id="WindowsAzure.Storage" version="7.2.1" targetFramework="net45" />
1814
</packages>

src/WebJobs.Script.Host/App.config

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</dependentAssembly>
4949
<dependentAssembly>
5050
<assemblyIdentity name="Microsoft.Azure.Documents.Client" publicKeyToken="31bf3856ad364e35" culture="neutral" />
51-
<bindingRedirect oldVersion="0.0.0.0-1.9.0.0" newVersion="1.9.0.0" />
51+
<bindingRedirect oldVersion="0.0.0.0-1.11.0.0" newVersion="1.11.0.0" />
5252
</dependentAssembly>
5353
<dependentAssembly>
5454
<assemblyIdentity name="Microsoft.Data.Services.Client" publicKeyToken="31bf3856ad364e35" culture="neutral" />
@@ -72,23 +72,19 @@
7272
</dependentAssembly>
7373
<dependentAssembly>
7474
<assemblyIdentity name="System.IO.FileSystem" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
75-
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
75+
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
7676
</dependentAssembly>
7777
<dependentAssembly>
7878
<assemblyIdentity name="System.Diagnostics.StackTrace" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
79-
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
79+
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.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.2.0" newVersion="4.0.2.0" />
83+
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
8484
</dependentAssembly>
8585
<dependentAssembly>
8686
<assemblyIdentity name="Autofac" publicKeyToken="17863af14b0044da" culture="neutral" />
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" />
87+
<bindingRedirect oldVersion="0.0.0.0-4.2.1.0" newVersion="4.2.1.0" />
9288
</dependentAssembly>
9389
</assemblyBinding>
9490
</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.3.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
62-
<HintPath>..\..\packages\Autofac.4.3.0\lib\net45\Autofac.dll</HintPath>
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>
6363
<Private>True</Private>
6464
</Reference>
6565
<Reference Include="Autofac.Integration.WebApi, Version=4.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
@@ -70,7 +70,7 @@
7070
<HintPath>..\..\packages\Microsoft.Azure.ApiHub.Sdk.0.7.2-alpha\lib\net45\Microsoft.Azure.ApiHub.Sdk.dll</HintPath>
7171
<Private>True</Private>
7272
</Reference>
73-
<Reference Include="Microsoft.Azure.Documents.Client, Version=1.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
73+
<Reference Include="Microsoft.Azure.Documents.Client">
7474
<HintPath>..\..\packages\Microsoft.Azure.DocumentDB.1.11.4\lib\net45\Microsoft.Azure.Documents.Client.dll</HintPath>
7575
<Private>True</Private>
7676
</Reference>
@@ -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.2\lib\net40\Microsoft.Data.Edm.dll</HintPath>
138+
<HintPath>..\..\packages\Microsoft.Data.Edm.5.8.1\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.2\lib\net40\Microsoft.Data.OData.dll</HintPath>
142+
<HintPath>..\..\packages\Microsoft.Data.OData.5.8.1\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.2\lib\net40\Microsoft.Data.Services.Client.dll</HintPath>
146+
<HintPath>..\..\packages\Microsoft.Data.Services.Client.5.8.1\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.5\lib\net45\Microsoft.Rest.ClientRuntime.dll</HintPath>
150+
<HintPath>..\..\packages\Microsoft.Rest.ClientRuntime.2.3.3\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">
@@ -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.2\lib\net40\System.Spatial.dll</HintPath>
221+
<HintPath>..\..\packages\System.Spatial.5.8.1\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,10 +257,11 @@
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.55.0\build\StyleCop.MSBuild.Targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\StyleCop.MSBuild.4.7.55.0\build\StyleCop.MSBuild.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'))" />
261261
<Error Condition="!Exists('..\..\packages\Microsoft.Azure.DocumentDB.1.11.4\build\Microsoft.Azure.DocumentDB.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Azure.DocumentDB.1.11.4\build\Microsoft.Azure.DocumentDB.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')" />
264265
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
265266
Other similar extension points exist, see Microsoft.Common.targets.-->
266267
<Target Name="BeforeBuild">
@@ -269,6 +270,5 @@
269270
<Copy SourceFiles="..\..\packages\FSharp.Core.4.0.0.1\lib\net40\FSharp.Core.sigdata" DestinationFolder="$(OutputPath)" />
270271
<Copy SourceFiles="..\..\packages\FSharp.Core.4.0.0.1\lib\net40\FSharp.Core.optdata" DestinationFolder="$(OutputPath)" />
271272
</Target>
272-
<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')" />
273273
<Import Project="..\..\packages\Microsoft.Azure.DocumentDB.1.11.4\build\Microsoft.Azure.DocumentDB.targets" Condition="Exists('..\..\packages\Microsoft.Azure.DocumentDB.1.11.4\build\Microsoft.Azure.DocumentDB.targets')" />
274274
</Project>

src/WebJobs.Script.Host/packages.config

Lines changed: 7 additions & 11 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.3.0" targetFramework="net46" />
3+
<package id="Autofac" version="4.2.1" 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,11 +25,11 @@
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.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" />
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" />
3131
<package id="Microsoft.Net.Http" version="2.2.29" targetFramework="net46" />
32-
<package id="Microsoft.Rest.ClientRuntime" version="2.3.5" targetFramework="net46" />
32+
<package id="Microsoft.Rest.ClientRuntime" version="2.3.3" 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" />
3535
<package id="ncrontab" version="3.3.0" targetFramework="net46" />
@@ -38,12 +38,8 @@
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.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" />
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" />
4743
<package id="Twilio" version="4.7.2" targetFramework="net46" />
4844
<package id="WindowsAzure.ServiceBus" version="3.4.5" targetFramework="net46" />
4945
<package id="WindowsAzure.Storage" version="7.2.1" targetFramework="net46" />

0 commit comments

Comments
 (0)