Skip to content

Commit 685cdaa

Browse files
committed
Updating WebJobs SDK references
1 parent f5ee0c7 commit 685cdaa

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.3" />
4141
<PackageReference Include="Microsoft.AspNetCore.Buffering" Version="0.4.0-preview2-28189" />
4242
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.0.4780001-beta-0fed1b79" />
43-
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.0-beta6-11306" />
44-
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="3.0.0-beta6-10616" />
45-
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.0.0-beta6-10616">
43+
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.0-beta6-11308" />
44+
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="3.0.0-beta6-10618" />
45+
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.0.0-beta6-10618">
4646
<NoWarn>NU1701</NoWarn>
4747
</PackageReference>
48-
<PackageReference Include="Microsoft.Azure.WebJobs.Logging" Version="3.0.0-beta6-11306" />
49-
<PackageReference Include="Microsoft.Azure.WebJobs.Logging.ApplicationInsights" Version="3.0.0-beta6-11306" />
48+
<PackageReference Include="Microsoft.Azure.WebJobs.Logging" Version="3.0.0-beta6-11308" />
49+
<PackageReference Include="Microsoft.Azure.WebJobs.Logging.ApplicationInsights" Version="3.0.0-beta6-11308" />
5050
<PackageReference Include="Microsoft.Azure.WebSites.DataProtection" Version="2.1.88-alpha" />
5151
<PackageReference Include="System.Net.Primitives" Version="4.3.0" />
5252
<PackageReference Include="WindowsAzure.Storage" Version="8.6.0" />

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="1.0.0-beta1-10031">
3636
<PrivateAssets>None</PrivateAssets>
3737
</PackageReference>
38-
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.0-beta6-11306" />
39-
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="3.0.0-beta6-10616" />
40-
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.0.0-beta6-10616">
38+
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.0-beta6-11308" />
39+
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="3.0.0-beta6-10618" />
40+
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.0.0-beta6-10618">
4141
<NoWarn>NU1701</NoWarn>
4242
</PackageReference>
43-
<PackageReference Include="Microsoft.Azure.WebJobs.Logging" Version="3.0.0-beta6-11306" />
44-
<PackageReference Include="Microsoft.Azure.WebJobs.Logging.ApplicationInsights" Version="3.0.0-beta6-11306" />
43+
<PackageReference Include="Microsoft.Azure.WebJobs.Logging" Version="3.0.0-beta6-11308" />
44+
<PackageReference Include="Microsoft.Azure.WebJobs.Logging.ApplicationInsights" Version="3.0.0-beta6-11308" />
4545
<PackageReference Include="Microsoft.Build" Version="15.3.409" />
4646
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="2.4.0" />
4747
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="2.0.4" />

0 commit comments

Comments
 (0)