Skip to content

Commit 23a9840

Browse files
HotFix v4.1036.3 (#10495)
* Update Middleware package (#10490) * HotFix V4.1036.3 --------- Co-authored-by: Pragna Gopa <[email protected]>
1 parent aa332f6 commit 23a9840

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<LangVersion>latest</LangVersion>
66
<MajorVersion>4</MajorVersion>
77
<MinorVersion>1036</MinorVersion>
8-
<PatchVersion>2</PatchVersion>
8+
<PatchVersion>3</PatchVersion>
99
<BuildNumber Condition="'$(BuildNumber)' == '' ">0</BuildNumber>
1010
<PreviewVersion></PreviewVersion>
1111

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.8" />
7474
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.0" />
7575
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.1" />
76-
<PackageReference Include="Microsoft.Azure.AppService.Middleware.Functions" Version="1.5.4" />
76+
<PackageReference Include="Microsoft.Azure.AppService.Middleware.Functions" Version="1.5.5" />
7777
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.3.20240307.67" />
7878
<PackageReference Include="Microsoft.Azure.Cosmos.Table" Version="1.0.8" />
7979
<PackageReference Include="Microsoft.Azure.Storage.File" Version="11.1.7" />

0 commit comments

Comments
 (0)