Skip to content

Commit 2ad90a0

Browse files
authored
Moving to latest App Service Middleware version (#11232)
1 parent 478d0f9 commit 2ad90a0

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
@@ -2,4 +2,5 @@
22

33
<!-- Please add your release notes in the following format:
44
- My change description (#PR)
5-
-->
5+
-->
6+
- Moving to version 1.5.7 of Microsoft.Azure.AppService.Middleware.Functions (https://github.com/Azure/azure-functions-host/pull/11232)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer" Version="2.21.0" />
5353
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version="2.21.0" />
5454
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.8" />
55-
<PackageReference Include="Microsoft.Azure.AppService.Middleware.Functions" Version="1.5.5" />
55+
<PackageReference Include="Microsoft.Azure.AppService.Middleware.Functions" Version="1.5.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" />

0 commit comments

Comments
 (0)