Skip to content

Commit d1bbd7f

Browse files
committed
Update to latest version of Proxy
1 parent e1bdd6e commit d1bbd7f

File tree

8 files changed

+8
-12
lines changed

8 files changed

+8
-12
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,7 @@
173173
<Private>True</Private>
174174
</Reference>
175175
<Reference Include="Microsoft.Azure.AppService.Proxy.Client.Contract, Version=0.3.0.0, Culture=neutral, processorArchitecture=MSIL">
176-
<HintPath>..\..\packages\Microsoft.Azure.AppService.Proxy.Client.Contract.0.3.1.1\lib\net46\Microsoft.Azure.AppService.Proxy.Client.Contract.dll</HintPath>
177-
<SpecificVersion>False</SpecificVersion>
176+
<HintPath>..\..\packages\Microsoft.Azure.AppService.Proxy.Client.Contract.0.3.2.5\lib\net46\Microsoft.Azure.AppService.Proxy.Client.Contract.dll</HintPath>
178177
</Reference>
179178
<Reference Include="Microsoft.Azure.Documents.ChangeFeedProcessor, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
180179
<HintPath>..\..\packages\Microsoft.Azure.DocumentDB.ChangeFeedProcessor.1.0.0\lib\net45\Microsoft.Azure.Documents.ChangeFeedProcessor.dll</HintPath>

src/WebJobs.Script.WebHost/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<package id="Microsoft.AspNetCore.Http.Features" version="1.0.2" targetFramework="net46" />
3838
<package id="Microsoft.AspNetCore.WebUtilities" version="1.0.0" targetFramework="net46" />
3939
<package id="Microsoft.Azure.ApiHub.Sdk" version="0.7.2-alpha" targetFramework="net46" />
40-
<package id="Microsoft.Azure.AppService.Proxy.Client.Contract" version="0.3.1.1" targetFramework="net46" />
40+
<package id="Microsoft.Azure.AppService.Proxy.Client.Contract" version="0.3.2.5" targetFramework="net46" />
4141
<package id="Microsoft.Azure.DocumentDB" version="1.13.2" targetFramework="net46" />
4242
<package id="Microsoft.Azure.DocumentDB.ChangeFeedProcessor" version="1.0.0" targetFramework="net46" />
4343
<package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net46" />

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@
8080
<Private>True</Private>
8181
</Reference>
8282
<Reference Include="Microsoft.Azure.AppService.Proxy.Client.Contract, Version=0.3.0.0, Culture=neutral, processorArchitecture=MSIL">
83-
<HintPath>..\..\packages\Microsoft.Azure.AppService.Proxy.Client.Contract.0.3.1.1\lib\net46\Microsoft.Azure.AppService.Proxy.Client.Contract.dll</HintPath>
84-
<SpecificVersion>False</SpecificVersion>
83+
<HintPath>..\..\packages\Microsoft.Azure.AppService.Proxy.Client.Contract.0.3.2.5\lib\net46\Microsoft.Azure.AppService.Proxy.Client.Contract.dll</HintPath>
8584
</Reference>
8685
<Reference Include="Microsoft.Azure.Documents.ChangeFeedProcessor, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
8786
<HintPath>..\..\packages\Microsoft.Azure.DocumentDB.ChangeFeedProcessor.1.0.0\lib\net45\Microsoft.Azure.Documents.ChangeFeedProcessor.dll</HintPath>

src/WebJobs.Script/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.3" targetFramework="net45" />
1313
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.3" targetFramework="net45" />
1414
<package id="Microsoft.Azure.ApiHub.Sdk" version="0.7.2-alpha" targetFramework="net46" />
15-
<package id="Microsoft.Azure.AppService.Proxy.Client.Contract" version="0.3.1.1" targetFramework="net46" />
15+
<package id="Microsoft.Azure.AppService.Proxy.Client.Contract" version="0.3.2.5" targetFramework="net46" />
1616
<package id="Microsoft.Azure.DocumentDB" version="1.13.2" targetFramework="net46" />
1717
<package id="Microsoft.Azure.DocumentDB.ChangeFeedProcessor" version="1.0.0" targetFramework="net46" />
1818
<package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net46" />

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@
101101
<HintPath>..\..\packages\Microsoft.Azure.ApiHub.Sdk.0.7.2-alpha\lib\net45\Microsoft.Azure.ApiHub.Sdk.dll</HintPath>
102102
</Reference>
103103
<Reference Include="Microsoft.Azure.AppService.Proxy.Client.Contract, Version=0.3.0.0, Culture=neutral, processorArchitecture=MSIL">
104-
<HintPath>..\..\packages\Microsoft.Azure.AppService.Proxy.Client.Contract.0.3.1.1\lib\net46\Microsoft.Azure.AppService.Proxy.Client.Contract.dll</HintPath>
105-
<SpecificVersion>False</SpecificVersion>
104+
<HintPath>..\..\packages\Microsoft.Azure.AppService.Proxy.Client.Contract.0.3.2.5\lib\net46\Microsoft.Azure.AppService.Proxy.Client.Contract.dll</HintPath>
106105
</Reference>
107106
<Reference Include="Microsoft.Azure.Documents.ChangeFeedProcessor, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
108107
<HintPath>..\..\packages\Microsoft.Azure.DocumentDB.ChangeFeedProcessor.1.0.0\lib\net45\Microsoft.Azure.Documents.ChangeFeedProcessor.dll</HintPath>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<package id="Microsoft.AspNetCore.Http.Abstractions" version="1.0.2" targetFramework="net46" />
2222
<package id="Microsoft.AspNetCore.Http.Features" version="1.0.2" targetFramework="net46" />
2323
<package id="Microsoft.Azure.ApiHub.Sdk" version="0.7.2-alpha" targetFramework="net46" />
24-
<package id="Microsoft.Azure.AppService.Proxy.Client.Contract" version="0.3.1.1" targetFramework="net46" />
24+
<package id="Microsoft.Azure.AppService.Proxy.Client.Contract" version="0.3.2.5" targetFramework="net46" />
2525
<package id="Microsoft.Azure.DocumentDB" version="1.13.2" targetFramework="net46" />
2626
<package id="Microsoft.Azure.DocumentDB.ChangeFeedProcessor" version="1.0.0" targetFramework="net46" />
2727
<package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net46" />

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@
111111
<Private>True</Private>
112112
</Reference>
113113
<Reference Include="Microsoft.Azure.AppService.Proxy.Client.Contract, Version=0.3.0.0, Culture=neutral, processorArchitecture=MSIL">
114-
<HintPath>..\..\packages\Microsoft.Azure.AppService.Proxy.Client.Contract.0.3.1.1\lib\net46\Microsoft.Azure.AppService.Proxy.Client.Contract.dll</HintPath>
115-
<SpecificVersion>False</SpecificVersion>
114+
<HintPath>..\..\packages\Microsoft.Azure.AppService.Proxy.Client.Contract.0.3.2.5\lib\net46\Microsoft.Azure.AppService.Proxy.Client.Contract.dll</HintPath>
116115
</Reference>
117116
<Reference Include="Microsoft.Azure.Documents.ChangeFeedProcessor, Version=1.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
118117
<HintPath>..\..\packages\Microsoft.Azure.DocumentDB.ChangeFeedProcessor.1.0.0\lib\net45\Microsoft.Azure.Documents.ChangeFeedProcessor.dll</HintPath>

test/WebJobs.Script.Tests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<package id="Microsoft.AspNetCore.Http.Abstractions" version="1.0.2" targetFramework="net46" />
2323
<package id="Microsoft.AspNetCore.Http.Features" version="1.0.2" targetFramework="net46" />
2424
<package id="Microsoft.Azure.ApiHub.Sdk" version="0.7.2-alpha" targetFramework="net46" />
25-
<package id="Microsoft.Azure.AppService.Proxy.Client.Contract" version="0.3.1.1" targetFramework="net46" />
25+
<package id="Microsoft.Azure.AppService.Proxy.Client.Contract" version="0.3.2.5" targetFramework="net46" />
2626
<package id="Microsoft.Azure.DocumentDB" version="1.13.2" targetFramework="net46" />
2727
<package id="Microsoft.Azure.DocumentDB.ChangeFeedProcessor" version="1.0.0" targetFramework="net46" />
2828
<package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net46" />

0 commit comments

Comments
 (0)