Skip to content

Commit e336096

Browse files
committed
Updating to Microsoft.Rest.ClientRuntime 2.3.17
1 parent e476cc2 commit e336096

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
<HintPath>..\..\packages\Microsoft.Extensions.Logging.Abstractions.1.1.1\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
166166
</Reference>
167167
<Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
168-
<HintPath>..\..\packages\Microsoft.Rest.ClientRuntime.2.3.11\lib\net452\Microsoft.Rest.ClientRuntime.dll</HintPath>
168+
<HintPath>..\..\packages\Microsoft.Rest.ClientRuntime.2.3.17\lib\net452\Microsoft.Rest.ClientRuntime.dll</HintPath>
169169
</Reference>
170170
<Reference Include="Microsoft.ServiceBus, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
171171
<HintPath>..\..\packages\WindowsAzure.ServiceBus.3.4.5\lib\net45-full\Microsoft.ServiceBus.dll</HintPath>

src/WebJobs.Script.Host/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<package id="Microsoft.Extensions.Logging.Abstractions" version="1.1.1" targetFramework="net471" />
4242
<package id="Microsoft.Net.Http" version="2.2.29" targetFramework="net471" />
4343
<package id="Microsoft.NETCore.Platforms" version="1.1.0" targetFramework="net471" />
44-
<package id="Microsoft.Rest.ClientRuntime" version="2.3.11" targetFramework="net471" />
44+
<package id="Microsoft.Rest.ClientRuntime" version="2.3.17" targetFramework="net471" />
4545
<package id="Microsoft.Tpl.Dataflow" version="4.5.24" targetFramework="net471" />
4646
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="net471" />
4747
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.3" targetFramework="net471" />

src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
<HintPath>..\..\packages\EnterpriseLibrary.TransientFaultHandling.6.0.1304.0\lib\portable-net45+win+wp8\Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.dll</HintPath>
273273
</Reference>
274274
<Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
275-
<HintPath>..\..\packages\Microsoft.Rest.ClientRuntime.2.3.11\lib\net452\Microsoft.Rest.ClientRuntime.dll</HintPath>
275+
<HintPath>..\..\packages\Microsoft.Rest.ClientRuntime.2.3.17\lib\net452\Microsoft.Rest.ClientRuntime.dll</HintPath>
276276
</Reference>
277277
<Reference Include="Microsoft.ServiceBus, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
278278
<HintPath>..\..\packages\WindowsAzure.ServiceBus.3.4.5\lib\net45-full\Microsoft.ServiceBus.dll</HintPath>

src/WebJobs.Script.WebHost/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<package id="Microsoft.IdentityModel.Tokens" version="5.1.3" targetFramework="net471" />
8080
<package id="Microsoft.Net.Http" version="2.2.29" targetFramework="net471" />
8181
<package id="Microsoft.NETCore.Platforms" version="1.1.0" targetFramework="net471" />
82-
<package id="Microsoft.Rest.ClientRuntime" version="2.3.11" targetFramework="net471" />
82+
<package id="Microsoft.Rest.ClientRuntime" version="2.3.17" targetFramework="net471" />
8383
<package id="Microsoft.Tpl.Dataflow" version="4.5.24" targetFramework="net471" />
8484
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="net471" />
8585
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.3" targetFramework="net471" />

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
<HintPath>..\..\packages\EnterpriseLibrary.TransientFaultHandling.6.0.1304.0\lib\portable-net45+win+wp8\Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.dll</HintPath>
190190
</Reference>
191191
<Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
192-
<HintPath>..\..\packages\Microsoft.Rest.ClientRuntime.2.3.11\lib\net452\Microsoft.Rest.ClientRuntime.dll</HintPath>
192+
<HintPath>..\..\packages\Microsoft.Rest.ClientRuntime.2.3.17\lib\net452\Microsoft.Rest.ClientRuntime.dll</HintPath>
193193
</Reference>
194194
<Reference Include="Microsoft.ServiceBus, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
195195
<HintPath>..\..\packages\WindowsAzure.ServiceBus.3.4.5\lib\net45-full\Microsoft.ServiceBus.dll</HintPath>

src/WebJobs.Script/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<package id="Microsoft.Extensions.Logging.Abstractions" version="1.1.1" targetFramework="net471" />
5252
<package id="Microsoft.Net.Http" version="2.2.29" targetFramework="net471" />
5353
<package id="Microsoft.NETCore.Platforms" version="1.1.0" targetFramework="net471" />
54-
<package id="Microsoft.Rest.ClientRuntime" version="2.3.11" targetFramework="net471" />
54+
<package id="Microsoft.Rest.ClientRuntime" version="2.3.17" targetFramework="net471" />
5555
<package id="Microsoft.Tpl.Dataflow" version="4.5.24" targetFramework="net471" />
5656
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="net471" />
5757
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.3" targetFramework="net471" />

test/WebJobs.Script.Tests.Integration/WebJobs.Script.Tests.Integration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
<HintPath>..\..\packages\EnterpriseLibrary.TransientFaultHandling.6.0.1304.0\lib\portable-net45+win+wp8\Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.dll</HintPath>
224224
</Reference>
225225
<Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
226-
<HintPath>..\..\packages\Microsoft.Rest.ClientRuntime.2.3.11\lib\net452\Microsoft.Rest.ClientRuntime.dll</HintPath>
226+
<HintPath>..\..\packages\Microsoft.Rest.ClientRuntime.2.3.17\lib\net452\Microsoft.Rest.ClientRuntime.dll</HintPath>
227227
</Reference>
228228
<Reference Include="Microsoft.ServiceBus, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
229229
<HintPath>..\..\packages\WindowsAzure.ServiceBus.3.4.5\lib\net45-full\Microsoft.ServiceBus.dll</HintPath>

test/WebJobs.Script.Tests.Integration/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<package id="Microsoft.IdentityModel.Tokens" version="5.1.3" targetFramework="net471" />
6666
<package id="Microsoft.Net.Http" version="2.2.29" targetFramework="net471" />
6767
<package id="Microsoft.NETCore.Platforms" version="1.1.0" targetFramework="net471" />
68-
<package id="Microsoft.Rest.ClientRuntime" version="2.3.11" targetFramework="net471" />
68+
<package id="Microsoft.Rest.ClientRuntime" version="2.3.17" targetFramework="net471" />
6969
<package id="Microsoft.Tpl.Dataflow" version="4.5.24" targetFramework="net471" />
7070
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="net471" />
7171
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.3" targetFramework="net471" />

test/WebJobs.Script.Tests/WebJobs.Script.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
<HintPath>..\..\packages\EnterpriseLibrary.TransientFaultHandling.6.0.1304.0\lib\portable-net45+win+wp8\Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.dll</HintPath>
240240
</Reference>
241241
<Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
242-
<HintPath>..\..\packages\Microsoft.Rest.ClientRuntime.2.3.11\lib\net452\Microsoft.Rest.ClientRuntime.dll</HintPath>
242+
<HintPath>..\..\packages\Microsoft.Rest.ClientRuntime.2.3.17\lib\net452\Microsoft.Rest.ClientRuntime.dll</HintPath>
243243
</Reference>
244244
<Reference Include="Microsoft.ServiceBus, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
245245
<HintPath>..\..\packages\WindowsAzure.ServiceBus.3.4.5\lib\net45-full\Microsoft.ServiceBus.dll</HintPath>

test/WebJobs.Script.Tests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<package id="Microsoft.IdentityModel.Tokens" version="5.1.3" targetFramework="net471" />
7070
<package id="Microsoft.Net.Http" version="2.2.29" targetFramework="net471" />
7171
<package id="Microsoft.NETCore.Platforms" version="1.1.0" targetFramework="net471" />
72-
<package id="Microsoft.Rest.ClientRuntime" version="2.3.11" targetFramework="net471" />
72+
<package id="Microsoft.Rest.ClientRuntime" version="2.3.17" targetFramework="net471" />
7373
<package id="Microsoft.Tpl.Dataflow" version="4.5.24" targetFramework="net471" />
7474
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="net471" />
7575
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.3" targetFramework="net471" />

0 commit comments

Comments
 (0)