Skip to content

Commit cef1bfc

Browse files
committed
Updating SDK and extension references
1 parent 296b1e6 commit cef1bfc

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
<PackageReference Include="Microsoft.AspNetCore.Buffering" Version="0.4.0-preview2-28189" />
5050
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.0.5350001-beta-fc119b98" />
5151
<PackageReference Include="Microsoft.AspNetCore.Server.IIS" Version="2.1.0-a-oob-2-1-oob-17035" />
52-
<PackageReference Include="Microsoft.Azure.WebJobs.Host.Storage" Version="3.0.0-beta7-11418" />
53-
<PackageReference Include="Microsoft.Azure.WebJobs.Logging" Version="3.0.0-beta7-11418" />
52+
<PackageReference Include="Microsoft.Azure.WebJobs.Host.Storage" Version="3.0.0-beta8" />
53+
<PackageReference Include="Microsoft.Azure.WebJobs.Logging" Version="3.0.0-beta8" />
5454
<PackageReference Include="Microsoft.Azure.WebSites.DataProtection" Version="2.1.88-alpha" />
5555
<PackageReference Include="System.Net.Primitives" Version="4.3.0" />
5656
<PackageReference Include="WindowsAzure.Storage" Version="9.3.1" />

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.0.5350001-beta-fc119b98" />
3434
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="1.1.0-beta9-10076" />
3535
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="1.0.0-beta3-10073" />
36-
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.0-beta7-11418" />
37-
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="3.0.0-beta7-10655" />
38-
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.0.0-beta7-10655" />
39-
<PackageReference Include="Microsoft.Azure.WebJobs.Logging.ApplicationInsights" Version="3.0.0-beta7-11418" />
36+
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.0-beta8" />
37+
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="3.0.0-beta8" />
38+
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.0.0-beta8" />
39+
<PackageReference Include="Microsoft.Azure.WebJobs.Logging.ApplicationInsights" Version="3.0.0-beta8" />
4040
<PackageReference Include="Microsoft.Build" Version="15.8.166" />
4141
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="2.8.2" />
4242
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="2.1.0" />

test/TestFunctions/TestFunctions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.0.0-beta7-10655" />
8+
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.0.0-beta8" />
99
</ItemGroup>
1010

1111
</Project>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<PackageReference Include="Microsoft.Azure.DocumentDB.Core" Version="1.9.1" />
3030
<PackageReference Include="Microsoft.Azure.EventHubs" Version="2.1.0" />
3131
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="1.0.0-beta3-10073" />
32-
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="3.0.0-beta7-11418" />
32+
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="3.0.0-beta8" />
3333
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="1.1.0-beta9-10076" />
3434
<PackageReference Include="Microsoft.Azure.Mobile.Client" Version="4.0.2" />
3535
<PackageReference Include="Microsoft.Azure.ServiceBus" Version="3.1.0" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
4545
<PackageReference Include="Moq" Version="4.9.0" />
4646
<PackageReference Include="StyleCop.Analyzers" Version="1.1.0-beta004" />
47-
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="3.0.0-beta7-11418" />
47+
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="3.0.0-beta8" />
4848
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="2.1.0.227">
4949
</PackageReference>
5050
<PackageReference Include="xunit" Version="2.4.0" />

0 commit comments

Comments
 (0)