Skip to content

Commit 733bfe6

Browse files
authored
[in-proc backport] Update WebJobs reference (#11310)
1 parent c82f6c9 commit 733bfe6

File tree

5 files changed

+7
-19
lines changed

5 files changed

+7
-19
lines changed

release_notes.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
<!-- Please add your release notes in the following format:
44
- My change description (#PR)
55
-->
6-
Add JitTrace files for v4.43 (#11277)
7-
Cap v4.x extension bundle versions on .NET 6 to the range (>4.2.0, <4.22.0) by default (#11289)
6+
- Add JitTrace files for v4.43 (#11277)
7+
- Cap v4.x extension bundle versions on .NET 6 to the range (>4.2.0, <4.22.0) by default (#11289)
8+
- Update `Microsoft.Azure.WebJobs` reference to `3.0.42` (#11310)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<PackageReference Include="Microsoft.Azure.Cosmos.Table" Version="1.0.8" />
5757
<PackageReference Include="Microsoft.Azure.Functions.Platform.Metrics.LinuxConsumption" Version="1.0.5" />
5858
<PackageReference Include="Microsoft.Azure.Storage.File" Version="11.1.7" />
59-
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.41" />
59+
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.42" />
6060
<PackageReference Include="Microsoft.Azure.WebJobs.Host.Storage" Version="5.0.1" />
6161
<PackageReference Include="Microsoft.Azure.WebSites.DataProtection" Version="2.1.91-alpha" />
6262
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="2.1.0" />

src/WebJobs.Script/Description/Workers/FunctionInvocationCanceledException.cs

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/WebJobs.Script/Description/Workers/WorkerFunctionInvoker.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
using System.Threading;
1212
using System.Threading.Tasks;
1313
using Microsoft.AspNetCore.Hosting;
14+
using Microsoft.Azure.WebJobs.Host;
1415
using Microsoft.Azure.WebJobs.Script.Binding;
1516
using Microsoft.Azure.WebJobs.Script.Workers;
1617
using Microsoft.CodeAnalysis;

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer" Version="2.21.0" />
4444
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version="2.21.0" />
4545
<PackageReference Include="Microsoft.AspNetCore.Mvc.WebApiCompatShim" Version="2.2.0" NoWarn="NU1701" />
46-
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.2.20220831.41" />
47-
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.41" />
46+
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.2.20220831.41" />
47+
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.42" />
4848
<PackageReference Include="Microsoft.Azure.WebJobs.Host.Storage" Version="5.0.1" />
4949
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="5.2.0-12282" />
5050
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.2.0" />

0 commit comments

Comments
 (0)