Skip to content

Commit 3a5d101

Browse files
authored
Moving to latest App Service Middleware version (#11231)
1 parent de37319 commit 3a5d101

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

release_notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
<!-- Please add your release notes in the following format:
44
- My change description (#PR)
55
-->
6-
- Add JitTrace Files for v4.1042
6+
- Add JitTrace Files for v4.1042
7+
- Moving to version 1.5.7 of Microsoft.Azure.AppService.Middleware.Functions (https://github.com/Azure/azure-functions-host/pull/11231)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.8" />
6262
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.0" />
6363
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.1" />
64-
<PackageReference Include="Microsoft.Azure.AppService.Middleware.Functions" Version="1.5.5" />
64+
<PackageReference Include="Microsoft.Azure.AppService.Middleware.Functions" Version="1.5.7" />
6565
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.3.20240307.67" />
6666
<PackageReference Include="Microsoft.Azure.Functions.Platform.Metrics.LinuxConsumption" Version="1.0.5" />
6767
<PackageReference Include="Microsoft.Azure.Storage.File" Version="11.1.7" />

0 commit comments

Comments
 (0)